url认证

This commit is contained in:
“wanyongkang”
2021-06-03 14:03:12 +08:00
parent 297eb2f5d4
commit 89d515ca84

View File

@@ -294,7 +294,7 @@ router.beforeEach((to, from, next) => {
if(userInfo != null){
$.ajax({
type: 'GET',
url: 'http://juip.wyk/api/Allow/urlCheck',
url: 'http://php-api.juip.com/api/Allow/urlCheck',
dataType: "json",
contentType: "application/json",
data: {'url':to.fullPath,'id':userInfo.Manager.ID},