切换为汾西配置
This commit is contained in:
parent
706ff18d36
commit
7f034d317b
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@
|
|||
"quickapp" : {},
|
||||
/* 快应用特有相关 */
|
||||
"mp-weixin" : {
|
||||
"appid" : "wx2fb61322f3042141",
|
||||
"appid" : "wxbefd5c28d9fe4ae3",
|
||||
"setting" : {
|
||||
"urlCheck" : false,
|
||||
"es6" : true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue