福田开发

This commit is contained in:
宋伟佳
2021-05-26 11:05:40 +08:00
parent 4db7ae5888
commit e372b36ff5
12 changed files with 1122 additions and 275 deletions
+12
View File
@@ -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',