Commit 80228ad4 authored by 任鸿志's avatar 任鸿志

build(.env.development): 更新 SFC 服务地址

- 将 VUE_APP_BASE_URL_SFC 从 'http://10.10.9.219:8802' 修改为 'http://10.10.40.69:9903'
- 注释掉原来的 SFC 服务地址
parent bad6abb4
......@@ -13,8 +13,8 @@ VUE_APP_BASE_URL_change = 'http://10.10.8.230:6200/fancy'
# VUE_APP_BASE_URL = 'http://127.0.0.1:9902'
# VUE_APP_BASE_URL = 'http://10.10.9.219:8802'
# VUE_APP_BASE_URL = 'http://10.10.9.219:9902'
VUE_APP_BASE_URL_SFC = 'http://10.10.9.219:8802'
# VUE_APP_BASE_URL_SFC = 'http://127.0.0.1:9902'
# VUE_APP_BASE_URL_SFC = 'http://10.10.9.219:8802'
VUE_APP_BASE_URL_SFC = 'http://10.10.40.69:9903'
# VUE_APP_BASE_URL = 'http://192.169.4.171:8002'
# VUE_APP_BASE_URL = 'http://10.10.40.10:8099'
# VUE_APP_BASE_URL = 'http://newfinance.fanxyinfo.cn'
......
This diff is collapsed.
......@@ -241,7 +241,7 @@ export default {
settlement: {},
patientinfors: { channel: '' },
param: {},
refoundStateVisible: true,
refoundStateVisible: false,
blod_data: {
data: null,
notify: { msg: '' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment