瀏覽代碼

服务端IP迁移

wangyupeng 1 年之前
父節點
當前提交
bd117a5cf1
共有 1 個文件被更改,包括 2 次插入1 次删除
  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
 
 // 响应拦截器