天波h5前端应用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213
  1. /*
  2. * @Date: 2022-03-19 19:57:20
  3. * @LastEditors: JinxChen
  4. * @LastEditTime: 2022-10-12 16:50:09
  5. * @FilePath: \ParentWeb\src\config\appId.js
  6. * @description:
  7. */
  8. const AppId = process.env.NODE_ENV === 'production' ?
  9. 'wxd78b83bdb0b4df55' :
  10. process.env.VUE_APP_BASE_API.indexOf('ai.ssjlai.com') > -1 ?
  11. 'wxd78b83bdb0b4df55':
  12. /* 'wx785c95a3e7f46f72' */'wxd78b83bdb0b4df55'; //wx5e26f0813859e5f6 2022.10.12 更改测试公众号
  13. export default AppId;