VUE_APP_BASE_API = http://10.0.2.248:9165/online-financial-service/api/v1/cust-info/permit_endpoint // 编译环境 NODE_ENV=production PRODUCTION_TIP=false // 项目根路径 VUE_APP_BASEURL = "/credit/" // SSO客户端令牌 VUE_APP_CLIENT_ID = web-loong // SSO客户端秘钥 VUE_APP_CLIENT_SECRET = web-loong-secret // 接口版本号 VUE_APP_API_PREFIX = /api/v1 //////////////// local // 网关服务 VUE_APP_MS_GATEWAY_API = http://localhost:9140 //VUE_APP_ONLINE_API = http://192.168.14.1:9155/ms-online/api/v1 VUE_APP_SYSTEM_API = /ms-system/api/v1 //////////////// serve // 网关服务 //VUE_APP_MS_GATEWAY_API = http://10.2.3.118:9140 //online VUE_APP_ONLINE_API = /ms-online/api/v1 VUE_APP_AUTH_API = /ms-system/api/v1/sys-cust-info/permit_endpoint VUE_APP_MS_SYSTEM_API = /ms-system/api/v1/sys-cust-info/permit_endpoint VUE_APP_MS_AUTH_API = http://82.157.46.222:9125/ms-auth VUE_APP_MS_NETTY_API = http://15.1.48.21:9140/ms-netty VUE_APP_MS_APPLICATION_API = /ms-application // 第三方服务 VUE_APP_QL_FORM_API = http://152.136.68.93:9018/ms-qing-long/api/v1/des-cache-info/permit_endpoint/query-cacheversion-by-appid-cachetype // 启动网关 (on | off) VUE_APP_ENABLE_GATEWAY = on VUE_APP_SYS_API = http://10.2.3.118:9165/online-financial-service/api/v1/cust-info/permit_endpoint //http://10.0.3.144:9165/online-financial-service/api/v1/cust-info/permit_endpointy //服务器http://10.2.3.118:9165/online-financial-service/api/v1/cust-info/permit_endpoint