From 72cce4f32d9010db67dcfa9303a4b6f6a398e164 Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Fri, 29 Mar 2024 16:38:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2(1/3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/admin/system.php | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/views/admin/system.php b/views/admin/system.php index ffa14ce..eef0a2b 100644 --- a/views/admin/system.php +++ b/views/admin/system.php @@ -1,8 +1,17 @@ -

admin/index

+/* @var $this yii\web\View */ + +use app\models\SiteConfig; +use yii\bootstrap5\Html; + +$this->title = '系统设置'; +$siteConfig = new SiteConfig(); +$siteConfig->loadFromEnv(); +?> + +
+ +

title) ?>

+ +
-

- 这里是管理员页面.建设中 -