切换为汾西配置

This commit is contained in:
zy 2025-11-11 10:53:33 +08:00
parent 706ff18d36
commit 7f034d317b
2 changed files with 4 additions and 4 deletions

View File

@ -2,13 +2,13 @@ let BASE_URL = ''
if (process.env.NODE_ENV == 'development') { 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' // 开发环境 // BASE_URL = 'https://zy.sxzooh.com/zh-api' // 开发环境
} else { } 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' // 开发环境 // 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 = { const configService = {
apiUrl: BASE_URL, apiUrl: BASE_URL,

View File

@ -84,7 +84,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx2fb61322f3042141", "appid" : "wxbefd5c28d9fe4ae3",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"es6" : true, "es6" : true,