refactor(components): blankLayout引入GlobalContent

This commit is contained in:
Soybean
2021-11-24 23:44:39 +08:00
parent 32aa5ee75a
commit 1ffb75afce
63 changed files with 64 additions and 50 deletions

View File

@ -1 +1,2 @@
export * from './theme';
export * from './website';

View File

@ -23,5 +23,9 @@
"children": []
}
]
},
{
"title": "个人",
"children": []
}
]

View File

@ -2,6 +2,4 @@ import type { WebsiteCategory } from '@/interface';
import websiteJson from './website.json';
const website: WebsiteCategory[] = websiteJson;
export default website;
export const website: WebsiteCategory[] = websiteJson;