Commit 3b89378e authored by 任鸿志's avatar 任鸿志

诊间充值

parent 276dcb5b
# 页面标题
VUE_APP_TITLE = 统一结算平台
# 生产环境配置
NODE_ENV = 'production'
# 统一结算平台/生产环境
VUE_APP_BASE_API = ''
# VUE_APP_BASE_URL = 'http://newfinance-system.fancyinfo.net'
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_change = 'http://10.10.8.230:6200/fancy'
# VUE_APP_BASE_URL = 'http://med-api.fancyinfo.net'
# VUE_APP_BASE_URL = 'http://10.10.40.10:9902'
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
"scripts": { "scripts": {
"dev": "vue-cli-service serve", "dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build", "build:prod": "vue-cli-service build",
"build:test": "vue-cli-service build --mode test && node ./deploy-test.js",
"build:stage": "vue-cli-service build && node ./deploy-test.js", "build:stage": "vue-cli-service build && node ./deploy-test.js",
"preview": "node build/index.js --preview", "preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src" "lint": "eslint --ext .js,.vue src"
......
This diff is collapsed.
This diff is collapsed.
...@@ -241,7 +241,7 @@ export default { ...@@ -241,7 +241,7 @@ export default {
settlement: {}, settlement: {},
patientinfors: { channel: '' }, patientinfors: { channel: '' },
param: {}, param: {},
refoundStateVisible: false, refoundStateVisible: true,
blod_data: { blod_data: {
data: null, data: null,
notify: { msg: '' }, 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