From 3b25a9dc7b7812d44497e61ac8b5734a8cac7feb Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Tue, 2 Jul 2024 10:33:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E9=BB=98=E8=AE=A4=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/RBAC 权限.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/RBAC 权限.sql b/doc/RBAC 权限.sql index 2df36eb..c5d308d 100644 --- a/doc/RBAC 权限.sql +++ b/doc/RBAC 权限.sql @@ -82,7 +82,7 @@ VALUES ('机票订票', 'route=/airticket', 'page') INSERT INTO [dbo].[auth_resource] ([res_name] ,[res_pattern], [res_category]) VALUES ('产品管理(客服)', 'route=/products', 'page') INSERT INTO [dbo].[auth_resource] ([res_name] ,[res_pattern], [res_category]) -VALUES ('产品管理(供应商)', 'route=/products?from', 'page') +VALUES ('产品管理(供应商)', 'route=/products/edit', 'page') INSERT INTO [dbo].[auth_permission] ([role_id] ,[res_id]) VALUES (1, 1)