plg 9 hónapja
szülő
commit
890261e26a
1 módosított fájl, 5 hozzáadás és 2 törlés
  1. 5 2
      src/utils/http.js

+ 5 - 2
src/utils/http.js

@@ -16,8 +16,11 @@ import { router } from "@/router";
 // axios.defaults.baseURL = 'https://81.70.207.4:8070';
 // axios.defaults.baseURL = 'https://child.hhnao.com:8070';
 // axios.defaults.baseURL = 'https://child.hhnao.com:8070';
-// export const basePath='http://10.113.248.3:8086'
-export const basePath='http://43.143.198.30:8086'
+
+
+//https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx658b72887c56f6b4&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://43.143.198.30:8086'
 axios.defaults.baseURL = basePath;
 // axios.defaults.baseURL = "http://43.143.198.30:8086";