数据首页

This commit is contained in:
lzc 2025-03-14 18:08:07 +08:00
parent c58bf75fad
commit 2def02238f

View File

@ -24,7 +24,6 @@ export const constantRoutes = [
path: '/sub-government-screen-service/home', path: '/sub-government-screen-service/home',
name: 'home', name: 'home',
component: () => import('@/views/home/index.vue'), component: () => import('@/views/home/index.vue'),
hidden: true,
}, },
{ {
path: '/sub-government-screen-service/land', path: '/sub-government-screen-service/land',
@ -76,7 +75,7 @@ export const constantRoutes = [
export const notFoundRouter = { export const notFoundRouter = {
path: '/sub-government-screen-service/:pathMatch(.*)', path: '/sub-government-screen-service/:pathMatch(.*)',
name: 'notFound', name: 'notFound',
redirect: '/sub-government-screen-service/404', redirect: '/sub-government-screen-service/home',
}; };
const router = createRouter({ const router = createRouter({