'use strict' module.exports = { NODE_ENV: '"production"', ENV_CONFIG: '"prod"', BASE_URL: '"https://sxzgkj.baoxianzhanggui.com/web-api"', CONSOLE_BASE_URL: '"https://sxzgkj.baoxianzhanggui.com/console-api"', //控制台测试服务器 CONSOLE_KHGX_URL: '"https://sxzgkj.baoxianzhanggui.com/khgx/login"', //跳转客户服务平台地址 CONSOLE_ZGD_URL: '"https://sxzgkj.baoxianzhanggui.com"', //核心平台地址 APP_BASE_URL: '"https://pre.baoxianzhanggui.com/web-api"', // app打包上传地址 SOCKET_Url: '"wss://sxzgkj.baoxianzhanggui.com/web-api/"', }