Przeglądaj źródła

修改访问路径

plg 6 miesięcy temu
rodzic
commit
f5d3f4b884
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/utils/http.ts

+ 2 - 2
src/utils/http.ts

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