You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
911 B
28 lines
911 B
// 测试地址
|
|
// export const BASE_URL = 'http://teaspaceapi.xinzhidi.cn'
|
|
// export const BASE_URL = '/api'
|
|
|
|
// api请求地址
|
|
// export const baseUrl = 'https://cbtadmin.jtyqt.com'
|
|
// export const baseUrl = 'https://yaochangtest.first.xinzhidi.cn'//测试地址1
|
|
export const baseUrl = 'http://devzhiyao.zeyan.wang'//测试地址2
|
|
|
|
// 图片域名
|
|
// export const imgDomain='https://cbtadmin.jtyqt.com'
|
|
// export const imgDomain = 'https://yaochangtest.first.xinzhidi.cn'//测试地址1
|
|
export const imgDomain = 'http://devzhiyao.zeyan.wang'//测试地址2
|
|
|
|
// 极光推送
|
|
export const PUSHCONFIG = {
|
|
AppKey: 'c827f362334d52d9a06daaaa',
|
|
accessKeySecret: 'd015ac1fc89379abb7250b50',
|
|
}
|
|
|
|
// 微信开放平台appID
|
|
export const APPPlUSCONFIG = {
|
|
AppID: 'wx3c0b463d3079d069',
|
|
AppSecret: '64f1ffefc11ee0eab5776ba94de205cb',
|
|
}
|
|
|
|
// 客服域名
|
|
export const kfUrl = 'https://yaochangkf.three.xinzhidi.cn'
|
|
|