From c53830e1853b77b99c9a1cda9acc1f448edcace1 Mon Sep 17 00:00:00 2001 From: HJ <2365331988@qq.com> Date: Sat, 4 Mar 2023 23:10:11 +0800 Subject: [PATCH] update --- .../pages/index/index.vue | 298 +++++++++--------- .../utils/config.js | 8 +- 2 files changed, 153 insertions(+), 153 deletions(-) diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/pages/index/index.vue b/src/main/resources/static/linfeng-community-uniapp-ky/pages/index/index.vue index b687c9c..988ce7b 100644 --- a/src/main/resources/static/linfeng-community-uniapp-ky/pages/index/index.vue +++ b/src/main/resources/static/linfeng-community-uniapp-ky/pages/index/index.vue @@ -1,150 +1,150 @@ - - - - - diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/utils/config.js b/src/main/resources/static/linfeng-community-uniapp-ky/utils/config.js index 5ce0272..7e882f7 100644 --- a/src/main/resources/static/linfeng-community-uniapp-ky/utils/config.js +++ b/src/main/resources/static/linfeng-community-uniapp-ky/utils/config.js @@ -3,12 +3,12 @@ const shareH5Url = "https://www.linfeng.tech/#/"; //H5分享路径 //本地环境配置 -const baseUrl = "localhost:8080"; -const domain = 'http://' + baseUrl + "/app/"; +// const baseUrl = "localhost:8080"; +// const domain = 'http://' + baseUrl + "/app/"; //线上环境配置 -// const baseUrl = "wxapi.linfeng.tech"; -// const domain = 'https://' + baseUrl + "/app/"; +const baseUrl = "wxapi.linfeng.tech"; +const domain = 'https://' + baseUrl + "/app/";