|
@@ -17,8 +17,9 @@ import { router } from "@/router";
|
|
|
// axios.defaults.baseURL = 'https://child.hhnao.com:8070';
|
|
|
// axios.defaults.baseURL = 'https://child.hhnao.com:8070';
|
|
|
//https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx01d1a44906973cf2&redirect_uri=http%3A%2F%2F192.168.18.51%3A8085&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect
|
|
|
-// export const basePath='http://10.113.248.3:8086'
|
|
|
-export const basePath = "http://10.113.248.4:8089";
|
|
|
+// export const basePath='http://10.113.248.4:8089'
|
|
|
+export const basePath = "http://43.143.198.30:8089";
|
|
|
+// const base_url = 'http://43.143.198.30:8089/'
|
|
|
// const base_url = 'http://10.113.248.4:8090/'
|
|
|
// export const basePath='http://43.143.198.30:8086'
|
|
|
axios.defaults.baseURL = basePath;
|