|
@@ -1,9 +1,7 @@
|
|
|
// 服务端地址
|
|
|
// const BASE_URI = process.env.VUE_APP_WEB // 利用环境变量
|
|
|
-const BASE_URI = '/webServer' // 代理模式代理地址
|
|
|
-// const BASE_URI = 'http://lifeline.idea-sf.com/lifelineApi'
|
|
|
-// const BASE_URI = 'https://2.21.138.147:8080/api' // 生命线正式
|
|
|
-// const BASE_URI = 'http://2.22.195.139:8080/api' // 正式(测试)
|
|
|
+// const BASE_URI = '/webServer' // 代理模式代理地址
|
|
|
+const BASE_URI = 'https://www.idea-co-sf.com/settleDownApi'
|
|
|
|
|
|
// const WEB_URL = 'http://localhost:9525/lifeline' // 本地
|
|
|
// const WEB_URL = 'http://lifeline.idea-sf.com/lifeline' // 测试
|