配置
This commit is contained in:
parent
ea49678acb
commit
37aae470df
@ -17,19 +17,20 @@ switch (env) {
|
||||
httpApi = 'https://shop.lihaink.cn' // 生产
|
||||
httpApiTwo = 'https://nk.lihaink.cn'
|
||||
httpApiThree = 'http://ceshi-oa.lihaink.cn'
|
||||
httpApiFour= 'https://worker-task.lihaink.cn'
|
||||
|
||||
httpApiFour= 'https://worker-task.lihaink.cn'
|
||||
break;
|
||||
case 'prew':
|
||||
httpApi = 'https://test.shop.lihaink.cn' //预发布环境
|
||||
httpApiTwo = "https://nk.lihaink.cn"
|
||||
httpApiThree = 'http://ceshi-oa.lihaink.cn'
|
||||
httpApiFour= 'http://ceshi-oa.lihaink.cn'
|
||||
httpApiFour= 'https://preview-worker-task.lihaink.cn'
|
||||
break;
|
||||
default:
|
||||
httpApi = "https://crmeb-test.shop.lihaink.cn" // 测试
|
||||
httpApiTwo = "https://nk.lihaink.cn"
|
||||
httpApiThree = 'http://ceshi-oa.lihaink.cn'
|
||||
httpApiFour= 'https://ceshi-worker-task.lihaink.cn'
|
||||
httpApiFour= 'https://ceshi-worker-task.lihaink.cn'
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user