Forráskód Böngészése

修改调试路径

plg 8 hónapja
szülő
commit
27334d0aa4
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      src/utils/http.ts

+ 2 - 1
src/utils/http.ts

@@ -11,7 +11,8 @@ const userInfo = userInfoStore()
 //创建axios实例
 
 //创建基础访问路径
-const base_url = 'http://10.113.248.4:8090/'
+// const base_url = 'http://10.113.248.4:8090/'
+const base_url = 'http://43.143.198.30:8089/'
 
 //设置axios 默认访问路径
 axios.defaults.baseURL = base_url