Skip to content
Snippets Groups Projects
Commit 1334503c authored by xhm's avatar xhm
Browse files

feat:增加跳转地址

parent f726b4ee
Branches
Tags
No related merge requests found
......@@ -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 <div className={styles.DS_text}>城市感知(建设中)</div>;
return <div className={styles.DS_text} onClick={()=>{
const url = 'http://10.1.214.176:8081'
window.open(url, '_blank');
}}>城市感知</div>;
},
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment