From e412fd3b60a13aef77de443b62aee31f0b124681 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Mon, 21 Sep 2020 09:16:12 +0800 Subject: [PATCH] =?UTF-8?q?add=EF=BC=9A=E6=96=B0=E5=A2=9E=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E6=9E=84=E5=BB=BA=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/database/seeds/SystemMenusSeed.php | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/catch/system/database/seeds/SystemMenusSeed.php b/catch/system/database/seeds/SystemMenusSeed.php index 84a1d66..fcf7afb 100644 --- a/catch/system/database/seeds/SystemMenusSeed.php +++ b/catch/system/database/seeds/SystemMenusSeed.php @@ -747,6 +747,27 @@ class SystemMenusSeed extends Seeder ), ), ), + 9 => + array ( + 'id' => 116, + 'permission_name' => '表单构建', + 'parent_id' => 38, + 'level' => '38', + 'route' => '/system/form', + 'icon' => 'el-icon-knife-fork', + 'module' => 'system', + 'creator_id' => 1, + 'permission_mark' => 'form', + 'component' => 'form', + 'redirect' => '', + 'keepalive' => 1, + 'type' => 1, + 'hidden' => 1, + 'sort' => 1, + 'created_at' => 1600648935, + 'updated_at' => 1600648935, + 'deleted_at' => 0, + ), ), ), );