|
@@ -17,9 +17,9 @@ Vue.prototype.COMMON = global
|
|
|
// Vue.prototype.mixinx = mixinx
|
|
|
|
|
|
// 使用axios
|
|
|
-// axios.defaults.baseURL = 'http://syjcapi.aielab.net/api/v1'
|
|
|
+axios.defaults.baseURL = 'http://syjcapi.aielab.net/api/v1'
|
|
|
|
|
|
-axios.defaults.baseURL = 'http://new.syjc.com/api/v1'
|
|
|
+// axios.defaults.baseURL = 'http://new.syjc.com/api/v1'
|
|
|
Vue.prototype.$http = axios
|
|
|
Vue.config.productionTip = false
|
|
|
axios.interceptors.request.use(
|