21 lines
792 B
JavaScript
21 lines
792 B
JavaScript
// export const appId = 'wx322b63d1e6ff4765'
|
|
// export const appId = 'wx457dfcb58fd556ea'// fcc
|
|
export const appId = 'wxc96e7d1dc37a17c8'// 客户环境
|
|
|
|
// export const appName = '来款测试demo'
|
|
// 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 = 'https://cwp.catarc.org.cn' // 客户环境
|
|
|
|
export const URL_CONFIG = '/jero-boot/'
|
|
|
|
// 小程序名称
|
|
export const appletName = "汽车标准化工作平台"
|
|
|
|
// 传 secret接口 参数 fcc - dev 客户 -- prod
|
|
export const type = 'prod'
|