config.js 483 B

1234567891011121314151617181920
  1. const config = {
  2. /**
  3. * appId
  4. */
  5. // appId: 'wxd935838591c00e16', // 众炬
  6. // appId: 'wx21d155e8a449d9b1', // 嘉讯茂商城
  7. // appId: 'wxb80d6a6523463b70', // 格匠零售
  8. appId: 'wx0a8aba0d853c7e87', // 羊城人力商城
  9. /**
  10. * 请求地址
  11. */
  12. // base_url: 'https://gmintertest.zfire.top', // 测试环境
  13. base_url: 'https://gjmall.gd-jxm.com', // 正式环境
  14. }
  15. export default config;
  16. export const appId = config.appId;
  17. export const base_url = config.base_url;