15 lines
480 B
JavaScript
15 lines
480 B
JavaScript
export const testUrl='video-admin';
|
|
export const productUrl='dj-admin';
|
|
|
|
// const baseUrl = "http://192.168.1.7:8100/czg/"
|
|
// const baseUrl = "https://api.tianjinzhitongdaohe.com/czg/"
|
|
|
|
// const baseUrl = "https://web-api.hnsiyao.cn/czg/" //测试
|
|
// const baseUrl = "https://web.hnsiyao.cn/czg/" // 线上
|
|
// const baseUrl = "http://192.168.1.31:8080/admin/" // php本地
|
|
const baseUrl = "https://playlet.test.sxczgkj.com/admin/" // php测试服
|
|
|
|
export default{
|
|
baseUrl
|
|
}
|