xsh 3 years ago
parent
commit
205cd69486
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/utils/http.js

+ 2 - 2
src/utils/http.js

@@ -15,8 +15,8 @@ let removePending = (ever) => {
 // 创建axios实例
 var instance = axios.create({
   timeout: 1000 * 12,
-  // baseURL: 'http://120.27.234.126:8010'
-  baseURL: 'http://192.168.1.165:8010'
+  baseURL: 'http://120.27.234.126:8010'
+  // baseURL: 'http://192.168.1.165:8010'
 })
 
 // 请求拦截器