智慧教务系统
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
633 B

// 线上测试地址
// const Api_url='http://146.56.228.75:20025/api'
// const img_domian = 'http://146.56.228.75:20025/'
//本地测试地址
const Api_url='http://localhost:20080/api'
const img_domian = 'http://localhost:20080/'
// 生产环境地址
// const Api_url='https://api.hnhbty.cn/api'
// const img_domian = 'https://api.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}