Browse Source

Merge branch 'feat' into develop

pull/2/head
JinxChen 1 year ago
parent
commit
f995f96fe9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/config/appId.js

+ 2
- 2
src/config/appId.js View File

@@ -1,7 +1,7 @@
/* /*
* @Date: 2022-03-19 19:57:20 * @Date: 2022-03-19 19:57:20
* @LastEditors: JinxChen * @LastEditors: JinxChen
* @LastEditTime: 2023-04-08 15:02:38
* @LastEditTime: 2023-04-08 16:08:57
* @FilePath: \TelpoH5FrontendWeb\src\config\appId.js * @FilePath: \TelpoH5FrontendWeb\src\config\appId.js
* @description: * @description:
*/ */
@@ -9,5 +9,5 @@ const AppId = process.env.NODE_ENV === 'production' ?
'wxd78b83bdb0b4df55' : 'wxd78b83bdb0b4df55' :
process.env.VUE_APP_BASE_API.indexOf('ai.ssjlai.com') > -1 ? process.env.VUE_APP_BASE_API.indexOf('ai.ssjlai.com') > -1 ?
'wxd78b83bdb0b4df55': 'wxd78b83bdb0b4df55':
'wx785c95a3e7f46f72'/* 'wxd78b83bdb0b4df55' */; //wx5e26f0813859e5f6 2022.10.12 更改测试公众号
'wx5e26f0813859e5f6'/* 'wxd78b83bdb0b4df55' */; //wx5e26f0813859e5f6 2022.10.12 更改测试公众号
export default AppId; export default AppId;

Loading…
Cancel
Save