feat(projects): theme store完成

This commit is contained in:
Soybean
2022-01-08 20:49:21 +08:00
parent 10e4d81bd6
commit bf020a8258
56 changed files with 1205 additions and 164 deletions

View File

@ -4,7 +4,7 @@ const routes: AuthRoute.Route[] = [
{
name: 'dashboard',
path: '/dashboard',
component: 'layout',
component: 'basic',
children: [
{
name: 'dashboard_analysis',
@ -36,7 +36,7 @@ const routes: AuthRoute.Route[] = [
component: 'self',
meta: {
title: '关于',
singleLayout: 'layout',
singleLayout: 'basic',
permissions: ['super', 'admin', 'test'],
icon: 'fluent:book-information-24-regular'
}
@ -44,7 +44,7 @@ const routes: AuthRoute.Route[] = [
{
name: 'multi-menu',
path: '/multi-menu',
component: 'layout',
component: 'basic',
children: [
{
name: 'multi-menu_first',