From 50839d796aec2e740c8c911ebee8ac86cd368bc6 Mon Sep 17 00:00:00 2001 From: HJ <2365331988@qq.com> Date: Sun, 26 Feb 2023 18:49:28 +0800 Subject: [PATCH] update --- .../static/linfeng-community-uniapp-ky/utils/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 7e882f7..5ce0272 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/";