优化
This commit is contained in:
parent
69d66b0a17
commit
552914ae9b
@ -53,7 +53,7 @@
|
||||
<div class="admin-layout-content-main">
|
||||
<div class="main-view" ref="adminBodyRef">
|
||||
<MainView />
|
||||
<PageFooter/>
|
||||
<PageFooter />
|
||||
</div>
|
||||
</div>
|
||||
<n-back-top :right="100" />
|
||||
|
@ -9,7 +9,7 @@ const modules: any = import.meta.glob('./modules/**/*.ts', { eager: true });
|
||||
|
||||
const routeModuleList: RouteRecordRaw[] = [];
|
||||
|
||||
const modulesVue = import.meta.glob('/src/views/**/*.vue')
|
||||
const modulesVue = import.meta.glob('/src/views/**/*.vue');
|
||||
export function getModulesKey() {
|
||||
return Object.keys(modulesVue).map((item) => item.replace('/src/views', '').replace('.vue', ''));
|
||||
}
|
||||
|
@ -52,8 +52,8 @@ const setting = {
|
||||
permissionMode: 'BACK',
|
||||
//是否开启路由动画
|
||||
isPageAnimate: true,
|
||||
//是否开启水印
|
||||
isWaterMark: true,
|
||||
//是否开启水印
|
||||
isWaterMark: true,
|
||||
//路由动画类型 默认消退
|
||||
pageAnimateType: 'fade',
|
||||
//显示项目配置
|
||||
|
Loading…
Reference in New Issue
Block a user