prod.env.js 418 Bytes
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  IMAGE_URL_HEAD:'"https://cdn.singsingenglish.com/"',
  API_URL: '"https://wechat.changchangenglish.com/"',
  MAX_FILESIZE:'1024*1024*10',
  versionTime: '2019061315',
  BUY_URL:'"https://wechat.changchangenglish.com/#/buyDetail?"',
  AUTHOR_UEL:'"https://wechat.changchangenglish.com/api/client/login?redirect_url=https://wechat.changchangenglish.com"'
};