数据首页
This commit is contained in:
parent
c58bf75fad
commit
2def02238f
@ -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({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user