|
@@ -9,8 +9,8 @@ import './assets/icon/iconfont.css'
|
|
|
import store from './store/index.js';
|
|
|
|
|
|
import axios from 'axios';
|
|
|
-//axios.defaults.baseURL = 'http://132.232.92.186:8888';
|
|
|
-axios.defaults.baseURL = 'http://localhost:5256/';
|
|
|
+axios.defaults.baseURL = 'http://132.232.92.186:8888';
|
|
|
+// axios.defaults.baseURL = 'http://localhost:5256/';
|
|
|
import { Message } from "element-ui";
|
|
|
Vue.prototype.$message = Message
|
|
|
Vue.prototype.$axios = axios;
|