From 3d6f80ba7951111498e25bc39da79ebde837d3ce Mon Sep 17 00:00:00 2001 From: 26947 <12@1> Date: Sat, 8 Jun 2024 18:42:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 4 ++-- pages/activity/info.vue | 4 ++++ pages/post/postInfo/postInfo.vue | 4 ++++ permission.js | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index 1692a89..c724aeb 100644 --- a/config.js +++ b/config.js @@ -4,8 +4,8 @@ export default { uploadQiNiuDomain: 'https://upload-z2.qiniup.com', // baseUrl: 'https://vue.ruoyi.vip/prod-api', // baseUrl: 'http://47.93.242.168:8080', - // baseUrl: 'http://47.93.242.168:8080', - baseUrl: 'http://localhost:8080', + baseUrl: 'http://47.93.242.168:8080', + // baseUrl: 'http://localhost:8080', // 应用信息 appInfo: { // 应用名称 diff --git a/pages/activity/info.vue b/pages/activity/info.vue index 75acc9d..43dbabf 100644 --- a/pages/activity/info.vue +++ b/pages/activity/info.vue @@ -213,6 +213,10 @@ const toqrcode = (e) => { };