大屏页面初始化

This commit is contained in:
2026-03-05 18:32:39 +08:00
parent b9dbd542e7
commit d3d713f131
6 changed files with 315 additions and 299 deletions

View File

@@ -5,7 +5,7 @@ import Layout from '@/components/Layout/index.vue'
import Dashboard from '@/views/desktop/index.vue'
import bigScreen from '@/views/screen/index.vue'
const modules = import.meta.glob('../views/**/index.vue', {
const modules = import.meta.glob('../views/**/{index,list}.vue', {
eager: false,
import: 'default'
})
@@ -41,7 +41,7 @@ const generateRoutes = () => {
component: module
})
})
return routes
}