LAPTOP-FO2T5SIU\35838 5 months ago
parent
commit
601257a864
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/static/utils/constant.js

+ 2 - 2
src/static/utils/constant.js

@@ -1,7 +1,7 @@
 // 服务端地址
 // const BASE_URI = process.env.VUE_APP_WEB // 利用环境变量
-const BASE_URI = '/webServer' // 代理模式代理地址
-// const BASE_URI = 'https://www.idea-co-sf.com/settleDownApi'
+// const BASE_URI = '/webServer' // 代理模式代理地址
+const BASE_URI = 'https://www.idea-sf.com/settleDownApi'
 // const BASE_URI = 'http://10.1.4.70/settleDownApi' // 正式内网
 // const BASE_URI = 'http://112.25.69.225:8008/settleDownApi' // 正式外网