From 13d5b1a7fcc255c9555adcf30b6e6e57729545d8 Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Thu, 13 Feb 2020 14:34:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch/permissions/database/seeds/PermissionSeed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catch/permissions/database/seeds/PermissionSeed.php b/catch/permissions/database/seeds/PermissionSeed.php index 548de56..ec0ea61 100644 --- a/catch/permissions/database/seeds/PermissionSeed.php +++ b/catch/permissions/database/seeds/PermissionSeed.php @@ -233,7 +233,7 @@ class PermissionSeed extends Seeder 'id' => 17, 'permission_name' => '菜单管理', 'parent_id' => 16, - 'route' => 'permission', + 'route' => 'rule', 'icon' => 'build', 'module' => 'permissions', 'creator_id' => 1,