config.js 172 B

1234
  1. export const ProjectName = 'mall'
  2. export const CURRENT_ENV = 'dev'
  3. export const APIHOST = 'http://api.shop.theflorist.cn'
  4. export const WSSHOST = 'wss://chat.shop.huaml.com'