16 lines
608 B
JavaScript
16 lines
608 B
JavaScript
export const BASE_URL = {
|
|
// LOGIN_URL : "http://192.168.144.29:9090/cas/login?service=http://192.168.144.22:9966/login?loginType=1",
|
|
// LOGOUT_URL : "http://192.168.144.29:9090/cas/logout?service=http://192.168.144.22:9966/login?loginType=1",
|
|
|
|
//内部测试
|
|
// BASE_CHANGAN:'http://192.168.144.29:9090/cas',
|
|
BASE_LOCAL:'http://127.0.0.1:8080',
|
|
BASE_LOCAL_IMG:'http://127.0.0.1:8080',
|
|
|
|
// //企业测试
|
|
// BASE_CHANGAN:'https://caddmuat.changan.com.cn/cas',
|
|
// BASE_LOCAL:'https://caddmuat.changan.com.cn/mi',
|
|
// BASE_LOCAL_IMG:'https://caddmuat.changan.com.cn',
|
|
|
|
}
|