perf: publish change and panel to App

This commit is contained in:
2024-10-09 18:11:08 +08:00
parent 7747dcbea6
commit 6b91b62ab9
14 changed files with 347 additions and 40 deletions

View File

@@ -25,7 +25,12 @@ const meun = [
{
title: 'Your orgs',
icon: <DashboardOutlined />,
link: '/panel/edit/list',
link: '/org/edit/list',
},
{
title: 'Site Map',
icon: <HomeOutlined />,
link: '/map',
},
];
export const LayoutUser = () => {