From 1334503c9e7b4c86e3548ec8e5da3c1a2ca0fee1 Mon Sep 17 00:00:00 2001 From: xhm Date: Wed, 4 Dec 2024 18:13:56 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=A2=9E=E5=8A=A0=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/LeftSidebarMenu/index.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/layouts/LeftSidebarMenu/index.tsx b/src/layouts/LeftSidebarMenu/index.tsx index 4faf0d58..b9f5772a 100644 --- a/src/layouts/LeftSidebarMenu/index.tsx +++ b/src/layouts/LeftSidebarMenu/index.tsx @@ -43,12 +43,15 @@ const menu: MenuItemProps[] = [ }, }, { - title: '城市感知(建设中)', + title: '城市感知', unActiveIcon: require('@/assets/images/routeMenu/bg4.png'), activeIcon: require('@/assets/images/routeMenu/bg4_a.png'), path: '/home/developmentSignsIndex', renderCard: () => { - return
城市感知(建设中)
; + return
{ + const url = 'http://10.1.214.176:8081' + window.open(url, '_blank'); + }}>城市感知
; }, }, { -- GitLab