config.js 179 B

1234
  1. export const ProjectName = 'mall'
  2. export const CURRENT_ENV = 'production'
  3. export const APIHOST = 'https://api.shop.zhiguanhua.cn'
  4. export const WSSHOST = 'wss://chat.shop.huahb.cn'