From 2c7e25f179d98ff89638bce783a191e827e5ba8e Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Mon, 3 Apr 2023 14:30:02 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E7=9A=84appId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/appId.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/appId.js b/src/config/appId.js index b8d68ad..79d11cf 100644 --- a/src/config/appId.js +++ b/src/config/appId.js @@ -1,13 +1,13 @@ /* * @Date: 2022-03-19 19:57:20 * @LastEditors: JinxChen - * @LastEditTime: 2022-10-12 16:50:09 - * @FilePath: \ParentWeb\src\config\appId.js + * @LastEditTime: 2023-04-03 14:29:38 + * @FilePath: \TelpoH5FrontendWeb\src\config\appId.js * @description: */ const AppId = process.env.NODE_ENV === 'production' ? - 'wxd78b83bdb0b4df55' : + 'wx23f697736154110b' : process.env.VUE_APP_BASE_API.indexOf('ai.ssjlai.com') > -1 ? - 'wxd78b83bdb0b4df55': + 'wx23f697736154110b': /* 'wx785c95a3e7f46f72' */'wxd78b83bdb0b4df55'; //wx5e26f0813859e5f6 2022.10.12 更改测试公众号 export default AppId; \ No newline at end of file From a03c0336c69476a2ba591010c7f96b86044b501c Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Thu, 6 Apr 2023 09:15:18 +0800 Subject: [PATCH 2/2] =?UTF-8?q?update=20-=20appId=20=20=20=20=20-=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E7=9A=84appid=20-=20packageList=20=20=20=20=20-=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83=20=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E5=95=86=E7=94=A8=E6=88=B7=E7=9A=84userId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++++- src/config/appId.js | 6 +++--- src/config/models.js | 4 ++-- src/views/package-list/index.vue | 4 ++-- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8b4f101..91e8d26 100644 --- a/README.md +++ b/README.md @@ -327,4 +327,13 @@ update `2023.4.3` update - packageHome - - 增加 进入首页判断是否存在redUrl的逻辑 \ No newline at end of file + - 增加 进入首页判断是否存在redUrl的逻辑 + + +## v1.0.39 +`2023.4.6` +update +- appId + - 修改 正式环境的appid +- packageList + - 修改正式环境 代理商用户的userId \ No newline at end of file diff --git a/src/config/appId.js b/src/config/appId.js index 79d11cf..185b799 100644 --- a/src/config/appId.js +++ b/src/config/appId.js @@ -1,13 +1,13 @@ /* * @Date: 2022-03-19 19:57:20 * @LastEditors: JinxChen - * @LastEditTime: 2023-04-03 14:29:38 + * @LastEditTime: 2023-04-06 09:11:48 * @FilePath: \TelpoH5FrontendWeb\src\config\appId.js * @description: */ const AppId = process.env.NODE_ENV === 'production' ? - 'wx23f697736154110b' : + 'wxd78b83bdb0b4df55' : process.env.VUE_APP_BASE_API.indexOf('ai.ssjlai.com') > -1 ? - 'wx23f697736154110b': + 'wxd78b83bdb0b4df55': /* 'wx785c95a3e7f46f72' */'wxd78b83bdb0b4df55'; //wx5e26f0813859e5f6 2022.10.12 更改测试公众号 export default AppId; \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index ca04dd5..0516076 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -1,11 +1,11 @@ /* * @Date: 2021-11-20 10:26:39 * @LastEditors: JinxChen - * @LastEditTime: 2023-04-03 14:12:32 + * @LastEditTime: 2023-04-06 09:13:27 * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.38F'; //版本号 +export const VERSION_MODEL = '1.0.39F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/package-list/index.vue b/src/views/package-list/index.vue index fc9f75b..1f85082 100644 --- a/src/views/package-list/index.vue +++ b/src/views/package-list/index.vue @@ -1,7 +1,7 @@ @@ -500,7 +500,7 @@ export default { that.outTradeNo = alipayData.outTradeNo; let alipayForm = decodeURI(alipayData.payXmlStr); that.$store.commit("isFromWx", true); - let alipayUserId = process.env.NODE_ENV === "production" ? 42 : 18; + let alipayUserId = process.env.NODE_ENV === "production" ? 69 : 18; this.$router.replace({ name: "payResult", query: {