diff --git a/public/config.js b/public/config.js index 04dab9f..24be039 100644 --- a/public/config.js +++ b/public/config.js @@ -5,13 +5,13 @@ const APP_CONFIG = { //主题设置 THEMESETTING: true, // Cookie name - SESSIONNAME: 'miucms_session', + SESSIONNAME: 'MIUCMSSESSION', //TokenName - TOKEN_NAME: "authorization", + TOKEN_NAME: "token", // 网站LOGO, 正式形 APP_LOGO: '', //接口地址 - API_URL: 'https://app.gter.net/admin/', + API_URL: 'http://192.168.124.17/admin/', // 微信扫码登录 MY_SHOW_LOGIN_OAUTH: true, } \ No newline at end of file diff --git a/src/views/system/setting/index.vue b/src/views/system/setting/index.vue index a387f1c..db9eaf3 100644 --- a/src/views/system/setting/index.vue +++ b/src/views/system/setting/index.vue @@ -2,13 +2,12 @@ - +
- + {{ i.title }} {{ i.count }} @@ -27,6 +28,7 @@ 自定义用户组 + {{ i.title }} {{ i.count }} @@ -39,6 +41,7 @@ 用户等级组 + {{ i.title }} {{ i.count }} diff --git a/src/views/user/group/save.vue b/src/views/user/group/save.vue index 08e7520..fc7b840 100644 --- a/src/views/user/group/save.vue +++ b/src/views/user/group/save.vue @@ -251,7 +251,7 @@ export default { var that = this; - setTimeout(function () { that.loadingshow = false; }, 180); + setTimeout(function () { that.loadingshow = false; }, 120); } } }