|
|
@@ -36,8 +36,8 @@ Vue.prototype.$toast = msg => {
|
|
|
};
|
|
|
|
|
|
// const baseUrl = process.env.NODE_ENV === 'production' ? `http://49.4.67.181:8085` : `http://192.168.50.132:8080`;
|
|
|
-// const baseUrl = 'http://47.110.71.14'
|
|
|
-const baseUrl = 'http://192.168.123.90:8080'
|
|
|
+const baseUrl = 'http://47.110.71.14'
|
|
|
+// const baseUrl = 'http://192.168.123.90:8080'
|
|
|
Vue.prototype.$baseUrl = baseUrl;
|
|
|
axios.defaults.baseURL = baseUrl;
|
|
|
axios.defaults.withCredentials = true;
|