no message

This commit is contained in:
PC-202306242200\Administrator
2024-09-20 18:32:02 +08:00
parent 43e4dfa700
commit 3211af2247
8 changed files with 15 additions and 13 deletions

View File

@@ -13,6 +13,12 @@ import { MenuDataItem } from '@ant-design/pro-components'
* @doc https://umijs.org/docs/guides/routes
*/
export default [
{
name: "首页",
path: "/",
icon: 'icon-barchart',
redirect: "/index",
},
{
path: '/user/login',
redirect: '/user/login',
@@ -30,10 +36,6 @@ export default [
// 在面包屑中隐藏
hideInBreadcrumb: true,
},
{
path: '/',
redirect: '/404',
},
{
path: '/system/uppass',
redirect: '/system/uppass',