Pārlūkot izejas kodu

服务端IP迁移

wangyupeng 1 gadu atpakaļ
vecāks
revīzija
bd117a5cf1
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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
 
 // 响应拦截器