Explorar o código

修改调试路径

plg hai 10 meses
pai
achega
27334d0aa4
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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