|
|
@ -5,8 +5,8 @@ import { Message } from 'element-ui' |
|
|
|
import router from '../router/index' |
|
|
|
import router from '../router/index' |
|
|
|
|
|
|
|
|
|
|
|
// 服务器的切换
|
|
|
|
// 服务器的切换
|
|
|
|
export const Url = 'https://test.feifanhitech.com'// 测试服务器地址
|
|
|
|
// export const Url = 'https://test.feifanhitech.com'// 测试服务器地址
|
|
|
|
// export const Url = 'https://www.feifanhitech.com';// 非凡(正式服)
|
|
|
|
export const Url = 'https://www.feifanhitech.com';// 非凡(正式服)
|
|
|
|
// export const Url = 'http://192.168.31.137:8080';//陈赓
|
|
|
|
// export const Url = 'http://192.168.31.137:8080';//陈赓
|
|
|
|
axios.defaults.baseURL = Url; |
|
|
|
axios.defaults.baseURL = Url; |
|
|
|
const baseurl = Url |
|
|
|
const baseurl = Url |
|
|
|