mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(components): blankLayout引入GlobalContent
This commit is contained in:
@ -1 +1,2 @@
|
||||
export * from './theme';
|
||||
export * from './website';
|
||||
|
@ -23,5 +23,9 @@
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "个人",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user