Browse Source

服务端IP迁移

wangyupeng 1 year ago
parent
commit
bd117a5cf1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/api/index.js

+ 2 - 1
src/api/index.js

@@ -8,7 +8,8 @@ import router from '@/router'
 
 // const API_URL = 'http://192.168.203.68:8888'
 // const API_URL = 'http://121.40.121.1:8888'
-const API_URL = 'http://140.143.229.191:8888'
+// const API_URL = 'http://140.143.229.191:8888'
+const API_URL = 'http://152.136.165.167:8888'
 axios.defaults.baseURL = API_URL
 
 // 响应拦截器