From bbb6565e8a5989a2ba16c4f051c92659cd964dfa Mon Sep 17 00:00:00 2001 From: liuguocan <527956374@qq.com> Date: 星期二, 14 三月 2023 14:18:22 +0800 Subject: [PATCH] 登录配置校验 --- src/views/tool/gen/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/tool/gen/index.vue b/src/views/tool/gen/index.vue index 8dfb0c5..6915032 100644 --- a/src/views/tool/gen/index.vue +++ b/src/views/tool/gen/index.vue @@ -285,7 +285,8 @@ this.$modal.msgError("璇烽�夋嫨瑕佺敓鎴愮殑鏁版嵁"); return; } - this.$download.zip("/tool/gen/db/gen_po/" + tableNames, tableNames); + // this.$download.zip("/tool/gen/db/gen_po/" + tableNames, tableNames); + this.$download.zip("/tool/gen/db/gen_po/" + tableNames, tableNames, true); }, /** 鍚屾鏁版嵁搴撴搷浣� */ -- Gitblit v1.9.1