From b28b60337879393cc7ad274b054d6687ac0fd1d9 Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Wed, 25 Oct 2023 15:27:51 +0800 Subject: [PATCH 1/3] vtest1.1.43 & change share code --- src/pages/site/occupy_share/occupy_share.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/site/occupy_share/occupy_share.vue b/src/pages/site/occupy_share/occupy_share.vue index a624e9b..6224ff5 100644 --- a/src/pages/site/occupy_share/occupy_share.vue +++ b/src/pages/site/occupy_share/occupy_share.vue @@ -13,11 +13,11 @@ 截图该页面后,发此图给朋友 - ② 朋友长按此图识别下面的二维码关注公众号 - ③ 接收微信消息,领取入场码 + ② 朋友长按此图识别下面的小程序码 + 领取入场码 ④ 领取成功后仅限本人使用 - + 注:此码非入场码 From 77448c954269b50867b6c27c3bad428c2bd2d02b Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Wed, 25 Oct 2023 15:29:32 +0800 Subject: [PATCH 2/3] add json remark --- src/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/manifest.json b/src/manifest.json index 01fc516..7a12799 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -55,6 +55,7 @@ /* 快应用特有相关 */ "mp-weixin" : { /* 微信小程序特有相关 */ + /* 正式 wxf1294b279ad1b845 */ "appid" : "wx7106e84614cf0060", "setting" : { "urlCheck" : false, From aa87ad18b4a3a687ec0d513796e1a0dbbdcb6fe8 Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Wed, 25 Oct 2023 15:34:25 +0800 Subject: [PATCH 3/3] v1.1.43 formal --- src/js/api.js | 4 ++-- src/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/api.js b/src/js/api.js index 3e6d480..9e035db 100644 --- a/src/js/api.js +++ b/src/js/api.js @@ -1,5 +1,5 @@ -export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试 -// export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式 +// export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试 +export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式 // export const ORIGIN = `http://192.168.1.135:9090`; // 20210927 测试 diff --git a/src/manifest.json b/src/manifest.json index 7a12799..e006969 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -56,7 +56,7 @@ "mp-weixin" : { /* 微信小程序特有相关 */ /* 正式 wxf1294b279ad1b845 */ - "appid" : "wx7106e84614cf0060", + "appid" : "wxf1294b279ad1b845", "setting" : { "urlCheck" : false, "minified" : true