diff --git a/src/router/index.js b/src/router/index.js index d862bb1..d9f9128 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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},