From 88e307a10e3a220c24050eb6d1dbff6280ef1d39 Mon Sep 17 00:00:00 2001 From: liqian <735273025@qq.com> Date: Fri, 28 Nov 2025 14:43:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=94=B5=E5=8A=9B?= =?UTF-8?q?=E5=93=81=E7=BA=BF=E4=B8=93=E9=A2=98url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/controller/v1/System.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/admin/controller/v1/System.php b/app/admin/controller/v1/System.php index e502b04f..585b3f90 100644 --- a/app/admin/controller/v1/System.php +++ b/app/admin/controller/v1/System.php @@ -342,6 +342,18 @@ class System 'url' => (string)url('/index/topic/nas/download') ] ] + ], + [ + 'id' => 8, + 'name' => '电力品线专题', + 'url' => '', + 'children' => [ + [ + 'id' => 81, + 'name' => '首页', + 'url' => (string)url('/index/topic/power_prodline/index') + ], + ] ] ]; }