智慧教务系统UniApp前端项目(使用中2025-0517)
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.
 
 
 
 
 

17 lines
501 B

// 线上测试地址
// const Api_url='http://146.56.228.75:20025/api'
// const img_domian = 'http://146.56.228.75:20025/'
//本地测试地址
// const Api_url='http://zhjw.cc/api'
// const img_domian = 'http://zhjw.cc/'
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}