12 lines
553 B
JavaScript
12 lines
553 B
JavaScript
// export const appId = 'wx322b63d1e6ff4765'
|
|
export const appId = 'wx457dfcb58fd556ea'// fcc
|
|
// export const secret = 'a3e81ffa80aa5f04d0b104b2ccda7f32'
|
|
export const secret = 'e8d2ee25e32c77561efccb7145ba9dc8' // fcc
|
|
// export const appName = '来款测试demo'
|
|
export const appName = 'zoey来款测试demo'// fcc
|
|
export let baseUrl = 'https://bxxt.hzwlsoft.com' // 外网环境
|
|
// export let baseUrl = 'http://10.10.10.46:8055/' // 测试环境
|
|
// export const baseUrl = 'http://10.0.1.9:8080' // 本地环境
|
|
|
|
export const URL_CONFIG = '/jero-boot/'
|