From 2e672140324e4331ed393ed3eee6bb9224c038d6 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Fri, 4 Sep 2020 10:45:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch/system/database/seeds/ConfigSeed.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catch/system/database/seeds/ConfigSeed.php b/catch/system/database/seeds/ConfigSeed.php index 8d4ebbf..2eb8ca7 100644 --- a/catch/system/database/seeds/ConfigSeed.php +++ b/catch/system/database/seeds/ConfigSeed.php @@ -18,8 +18,8 @@ class ConfigSeed extends Seeder [ 'name' => '基础配置', 'pid' => 0, - 'component' => 'basis', - 'key' => 'basis', + 'component' => 'basic', + 'key' => 'basic', ], [ 'name' => '上传配置',