url认证
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user