From 7395fe45eb96400eb30a42ca57d0585bfb138b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=99=8C?= Date: Fri, 8 Sep 2023 17:22:28 +0800 Subject: [PATCH] no message --- public/config.js | 4 +-- public/index.html | 2 +- src/views/system/application/pluginBox.vue | 32 ++++++++++++++++++++++ 3 files changed, 35 insertions(+), 3 deletions(-) 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({