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 @@ <%= VUE_APP_TITLE %> diff --git a/src/views/system/application/pluginBox.vue b/src/views/system/application/pluginBox.vue index 6541c78..b96b4b2 100644 --- a/src/views/system/application/pluginBox.vue +++ b/src/views/system/application/pluginBox.vue @@ -17,6 +17,9 @@ {{ item.description }} +
+ +
@@ -31,6 +34,34 @@ let props = defineProps({