【update】- 增加客户环境的配置项信息

This commit is contained in:
fengchenchen
2022-01-19 14:58:59 +08:00
parent eeb6509ceb
commit 6a7b01c93d
+8 -5
View File
@@ -1,12 +1,15 @@
// export const appId = 'wx322b63d1e6ff4765'
export const appId = 'wx457dfcb58fd556ea'// fcc
// export const appId = 'wx457dfcb58fd556ea'// fcc
export const appId = 'wxc96e7d1dc37a17c8'// 客户环境
// export const appName = '来款测试demo'
export const appName = 'zoey来款测试demo'// fcc
// export const appName = 'zoey来款测试demo'// fcc
export const appName = '汽车标准化工作平台'// 客户环境
// export let baseUrl = 'https://bxxt.hzwlsoft.com' // 外网环境
// export let baseUrl = 'http://10.10.10.46:8055/' // 测试环境
export const baseUrl = 'http://10.0.1.18:8080' // 本地环境
// export const baseUrl = 'http://cwp.catarc.org.cn' // 本地环境
// export const baseUrl = 'http://10.0.1.18:8080' // 本地环境
export const baseUrl = 'https://cwp.catarc.org.cn' // 客户环境
export const URL_CONFIG = '/jero-boot/'
@@ -14,4 +17,4 @@ export const URL_CONFIG = '/jero-boot/'
export const appletName = "汽车标准化工作平台"
// 传 secret接口 参数 fcc - dev 客户 -- prod
export const type = 'dev'
export const type = 'prod'