config.js 122 B

123
  1. export const ProjectName = 'mall'
  2. export const CURRENT_ENV = 'dev'
  3. export const APIHOST = 'https://api.shop.theflorist.cn'