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.
22 lines
602 B
22 lines
602 B
// 线上测试地址
|
|
// const Api_url='http://146.56.228.75:20025/api'
|
|
// const img_domian = 'http://146.56.228.75:20025/'
|
|
|
|
//本地测试地址
|
|
// const Api_url='http://zhjwxt.test/api'
|
|
// const img_domian = 'http://zhjwxt.test/'
|
|
|
|
|
|
const Api_url='https://zh.hnhbty.cn/api'
|
|
const img_domian = 'https://zh.hnhbty.cn/'
|
|
|
|
// const Api_url='http://146.56.228.75:20024/api'
|
|
// const img_domian = 'http://146.56.228.75:20024/'
|
|
|
|
|
|
const IsDemo = false
|
|
|
|
// const Api_url_B='http://hycrm.zeyan.wang/api/hygl'
|
|
const Api_url_B='https://zhifuguanli.zeyan.wang/api/hygl'
|
|
|
|
export {Api_url,IsDemo,img_domian,Api_url_B}
|