From 89d515ca84e034368ea003211c27025a52e74cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Thu, 3 Jun 2021 14:03:12 +0800 Subject: [PATCH] =?UTF-8?q?url=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},