123456789101112131415161718 |
- "use strict";
- module.exports = {
- NODE_ENV: '"production"',
- BASE_API: '"https://zhsqapi.ah-esage.cn/"', // 数智村居
- FILE_URL: '"https://zhsqapi.ah-esage.cn/"',
- // BASE_API: '"https://testbns.ah-esage.cn/"', // 沫河口
- // FILE_URL: '"https://jifen.ah-esage.cn/"',
- // BASE_API: '"https://demo.ah-esage.cn/"', // 演示版
- // FILE_URL: '"https://zhsqapi.ah-esage.cn/"',
- //BASE_API: '"http://testbns.ah-esage.cn:8099/"',
- KK_FILE_VIEW: '"https://zhsqapi.ah-esage.cn/onlinePreview?url="',
- WECHAT_CONFIG: {
- }
- };
|