mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
feat(projects): 新增网址导航页面
This commit is contained in:
@@ -258,6 +258,14 @@ const routeConstMap = new Map<RouteKey, RouteConst>([
|
||||
path: '/about',
|
||||
title: '关于'
|
||||
}
|
||||
],
|
||||
[
|
||||
'website',
|
||||
{
|
||||
name: 'website',
|
||||
path: '/website',
|
||||
title: '网址导航'
|
||||
}
|
||||
]
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user