feat(env): 更新环境变量并添加新配置
- 修改 .env.development 和 .env.production 中的 API 地址 - 在 package.json 中添加 lodash-es 依赖并更新其他依赖版本 - 修改多个组件中的 API 调用路径和参数 - 优化 outpatientCharging 和 outpatientTwo 组件中的结算逻辑 - 在 vue.config.js 中添加新的环境变量输出
Showing
... | ... | @@ -52,13 +52,14 @@ |
"js-beautify": "1.13.0", | ||
"js-cookie": "2.2.1", | ||
"jsencrypt": "3.0.0-rc.1", | ||
"lodash-es": "^4.17.21", | ||
"nprogress": "0.2.0", | ||
"ssh2-sftp-client": "^11.0.0", | ||
"qrcodejs2": "0.0.2", | ||
"quickadmin-icu": "^0.3.8", | ||
"quill": "1.3.7", | ||
"screenfull": "5.0.2", | ||
"sortablejs": "1.10.2", | ||
"ssh2-sftp-client": "^11.0.0", | ||
"swiper": "^8.4.4", | ||
"vue": "2.6.12", | ||
"vue-count-to": "1.0.13", | ||
... | ... | @@ -70,6 +71,7 @@ |
"vuex": "3.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash-es": "^4.17.12", | ||
"@vue/cli-plugin-babel": "4.4.6", | ||
"@vue/cli-plugin-eslint": "4.4.6", | ||
"@vue/cli-service": "4.4.6", | ||
... | ... |
Please register or sign in to comment