config.js 200 B

12345
  1. export const ProjectName = 'ghs'
  2. export const APIHOST = 'https://api.shop.hzghd.com'
  3. export const IMGHOST = 'https://img.hzghd.com'
  4. export const CURRENT_ENV = 'dev'
  5. export const APP_VERSION = '1.2.76'