福田开发
This commit is contained in:
@@ -47,6 +47,18 @@ const routes = [
|
||||
isBoolean: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/home1',
|
||||
name: 'Home',
|
||||
component: () =>
|
||||
import('@/pages/home1'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '福田首页',
|
||||
menuId: '',
|
||||
isBoolean: true
|
||||
}
|
||||
},
|
||||
// 个人中心
|
||||
{
|
||||
path: '/personal',
|
||||
|
||||
Reference in New Issue
Block a user