From 8a3b9784f5d1cfb0dde1eedb8208c9a0b0adf315 Mon Sep 17 00:00:00 2001 From: dataprince Date: Thu, 7 Dec 2023 14:44:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E2=80=9C=E6=BC=94=E7=A4=BA?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E2=80=9D=E7=9A=84=E2=80=9C=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E2=80=9D=E9=87=8D=E5=A4=8D=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/update.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sql/update.sql b/sql/update.sql index 0633829..5b16f48 100644 --- a/sql/update.sql +++ b/sql/update.sql @@ -772,3 +772,8 @@ values('客户主表删除', @parentId, '4', '#', '', 1, 0, 'F', '0', '0', 'mf: insert into sys_menu (menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) values('客户主表导出', @parentId, '5', '#', '', 1, 0, 'F', '0', '0', 'mf:customer:export', '#', 1, sysdate(), 1, null, ''); + +--修正“演示模块”的“路由地址”重复的问题 +update sys_menu set path="mfstudent" where component="mf/student/index"; +update sys_menu set path="mfproduct" where component="mf/product/index"; +update sys_menu set path="mfcustomer" where component="mf/customer/index";