config.js 218 B

12345
  1. export const ProjectName = 'hd'
  2. export const APIHOST = 'https://api.shop.huahb.cn'
  3. export const FORMALHOST = 'https://shop.huahb.cn'
  4. export const IMGHOST = 'https://img.huahb.cn'
  5. export const CURRENT_ENV = 'production'