diff --git a/common/service/config.service.js b/common/service/config.service.js index c296115..1981e65 100644 --- a/common/service/config.service.js +++ b/common/service/config.service.js @@ -2,13 +2,13 @@ let BASE_URL = '' if (process.env.NODE_ENV == 'development') { - BASE_URL = 'https://nsp.sxcooh.com/zh-api' // 生产环境 + BASE_URL = 'https://fxnsp.sxcooh.com/lh-api' // 生产环境 // BASE_URL = 'https://zy.sxzooh.com/zh-api' // 开发环境 } else { - BASE_URL = 'https://nsp.sxcooh.com/zh-api' // 生产环境 + BASE_URL = 'https://fxnsp.sxcooh.com/lh-api' // 生产环境 // BASE_URL = 'https://zy.sxzooh.com/zh-api' // 开发环境 } -let staticDomainURL = BASE_URL+ '/sys/common/static'; +let staticDomainURL = 'https://fxnsp.zgzhny.com/lh-api'+ '/sys/common/static'; const configService = { apiUrl: BASE_URL, diff --git a/manifest.json b/manifest.json index 1165af2..7ec1f00 100644 --- a/manifest.json +++ b/manifest.json @@ -84,7 +84,7 @@ "quickapp" : {}, /* 快应用特有相关 */ "mp-weixin" : { - "appid" : "wx2fb61322f3042141", + "appid" : "wxbefd5c28d9fe4ae3", "setting" : { "urlCheck" : false, "es6" : true,