diff --git a/public/config.js b/public/config.js index cc778f9..372db6d 100644 --- a/public/config.js +++ b/public/config.js @@ -8,11 +8,11 @@ const APP_CONFIG = { // Cookie name SESSIONNAME: 'miucms_session', //TokenName - TOKEN_NAME: "authorization", + TOKEN_NAME: "token", // 网站LOGO, 正式形 APP_LOGO: '', //接口地址 - API_URL: 'https://app.gter.net/admin', + API_URL: 'https://ps.xiaoapi.com/admin', // 微信扫码登录 MY_SHOW_LOGIN_OAUTH:true, diff --git a/public/index.html b/public/index.html index 1d57508..456a70a 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,7 @@