From c18e1fcb94fb23959a53d6c61973586a539eaf49 Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Sun, 6 Jul 2025 19:03:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor(role):=20=E6=B8=85=E7=90=86=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E4=BB=A3=E7=A0=81=E5=92=8C=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除所有console.log和console.error调试语句 - 删除未使用的菜单渲染和统计函数 - 移除未使用的catch参数避免ESLint警告 - 简化代码结构,提升可维护性 - 保持核心功能不变 --- src/views/system/role/index.vue | 1672 ++++++++++++++----------------- 1 file changed, 773 insertions(+), 899 deletions(-) diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index 67e3903..98ac323 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -1,3 +1,776 @@ + +