[add] 默认页进提示语页面
This commit is contained in:
+12
-10
@@ -16,17 +16,19 @@ const routes = [
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
name: 'home',
|
||||
component: () => import('@/views/Home'),
|
||||
meta: {
|
||||
// 是否显示头部导航
|
||||
hasNavBar: true,
|
||||
// 当前页标题(国际化的标题,对应$t('pageTitle.home')中的home,如果为空则不显示
|
||||
pageTitle: 'home',
|
||||
// 是否显示返回
|
||||
hasBack: false
|
||||
}
|
||||
// name: 'home',
|
||||
// component: () => import('@/views/Home'),
|
||||
// meta: {
|
||||
// // 是否显示头部导航
|
||||
// hasNavBar: true,
|
||||
// // 当前页标题(国际化的标题,对应$t('pageTitle.home')中的home,如果为空则不显示
|
||||
// pageTitle: 'home',
|
||||
// // 是否显示返回
|
||||
// hasBack: false
|
||||
// }
|
||||
redirect: 'NoMobile'
|
||||
},
|
||||
|
||||
{
|
||||
path: '/myTodo',
|
||||
name: 'myTodo',
|
||||
|
||||
Reference in New Issue
Block a user