From 21842e19f0baf8eeb1d29b436148b57a04d9d304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=BF=E5=B0=8F=E5=A4=A9?= <1638245306@qq.com> Date: Wed, 15 Mar 2023 23:19:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=B3=BB=E7=BB=9F=E9=85=8D=E7=BD=AE):?= =?UTF-8?q?=20=E2=99=BB=EF=B8=8F=20=E7=B3=BB=E7=BB=9F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 重构系统配置页面 --- web/src/layout/routerView/parent.vue | 17 +- web/src/views/system/config/api.ts | 8 + .../system/config/components/formContent.vue | 803 +++++++++--------- web/src/views/system/role/index.vue | 4 +- 4 files changed, 429 insertions(+), 403 deletions(-) diff --git a/web/src/layout/routerView/parent.vue b/web/src/layout/routerView/parent.vue index 4124f7f..f4141c4 100644 --- a/web/src/layout/routerView/parent.vue +++ b/web/src/layout/routerView/parent.vue @@ -2,7 +2,7 @@