mirror of
https://github.com/wangdage12/Snap.Server.Web.git
synced 2026-02-18 02:42:14 +08:00
为登录页面添加粒子背景、添加主页
This commit is contained in:
@@ -9,11 +9,16 @@ const routes = [
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
component: () => import('@/views/home/index.vue'),
|
||||
meta: { hidden: true }
|
||||
},
|
||||
{
|
||||
path: '/dashboard',
|
||||
component: DefaultLayout,
|
||||
redirect: '/dashboard',
|
||||
redirect: '/dashboard/home',
|
||||
children: [
|
||||
{
|
||||
path: 'dashboard',
|
||||
path: 'home',
|
||||
component: () => import('@/views/dashboard/index.vue'),
|
||||
meta: { title: '首页', icon: 'House' },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user