From a3b57a71be624c98bddbd1f5e3a52c9b9466986e Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 22 八月 2024 10:40:58 +0800 Subject: [PATCH] 流水值调整功能bug修改。历史数据导入多个流水时,最大流水起始值未正确更新bug修复 --- Source/UBCS-WEB/vue.config.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/vue.config.js b/Source/UBCS-WEB/vue.config.js index 7b17b10..c30ab40 100644 --- a/Source/UBCS-WEB/vue.config.js +++ b/Source/UBCS-WEB/vue.config.js @@ -22,11 +22,13 @@ }, //寮�鍙戞ā寮忓弽鍚戜唬鐞嗛厤缃紝鐢熶骇妯″紡璇蜂娇鐢∟ginx閮ㄧ讲骞堕厤缃弽鍚戜唬鐞� devServer: { + //port: 8080, port: 38000, proxy: { '/api': { //鏈湴鏈嶅姟鎺ュ彛鍦板潃 target: 'http://127.0.0.1:37000', + //target: 'http://127.0.0.1', // target: 'http://192.168.1.51:37000', // target: 'http://dev.vci-tech.com:37000', //yxc -- Gitblit v1.9.3