url认证
This commit is contained in:
@@ -294,7 +294,7 @@ router.beforeEach((to, from, next) => {
|
|||||||
if(userInfo != null){
|
if(userInfo != null){
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'GET',
|
type: 'GET',
|
||||||
url: 'http://juip.wyk/api/Allow/urlCheck',
|
url: 'http://php-api.juip.com/api/Allow/urlCheck',
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
data: {'url':to.fullPath,'id':userInfo.Manager.ID},
|
data: {'url':to.fullPath,'id':userInfo.Manager.ID},
|
||||||
|
|||||||
Reference in New Issue
Block a user