|
|
|
@ -8,6 +8,7 @@ const routes = [
|
|
|
|
|
redirect: '/questManage',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '首页',
|
|
|
|
|
keepAlive: true
|
|
|
|
|
},
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
@ -16,6 +17,7 @@ const routes = [
|
|
|
|
|
component: () => import("@/views/HomePage/index.vue"),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '首页',
|
|
|
|
|
keepAlive: true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -25,6 +27,7 @@ const routes = [
|
|
|
|
|
redirect: '/questManage/questList',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '任务管理',
|
|
|
|
|
keepAlive: true
|
|
|
|
|
},
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
@ -89,6 +92,7 @@ const routes = [
|
|
|
|
|
component: () => import("@/views/StarwayInfo/index.vue"),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '星途动态',
|
|
|
|
|
keepAlive: true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|