prod.env.js 531 B

123456789101112131415161718
  1. "use strict";
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. BASE_API: '"https://zhsqapi.ah-esage.cn/"', // 数智村居
  5. FILE_URL: '"https://zhsqapi.ah-esage.cn/"',
  6. // BASE_API: '"https://testbns.ah-esage.cn/"', // 沫河口
  7. // FILE_URL: '"https://jifen.ah-esage.cn/"',
  8. // BASE_API: '"https://demo.ah-esage.cn/"', // 演示版
  9. // FILE_URL: '"https://zhsqapi.ah-esage.cn/"',
  10. //BASE_API: '"http://testbns.ah-esage.cn:8099/"',
  11. KK_FILE_VIEW: '"https://zhsqapi.ah-esage.cn/onlinePreview?url="',
  12. WECHAT_CONFIG: {
  13. }
  14. };