Browse Source

修改调试路径

plg 8 tháng trước cách đây
mục cha
commit
27334d0aa4
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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