✨ add automatic login
This commit is contained in:
11
src/router/modules/landing.ts
Normal file
11
src/router/modules/landing.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export default [
|
||||
{
|
||||
path: '/',
|
||||
name: 'index',
|
||||
component: () => import('@/views/Landing/LandingPage.vue'),
|
||||
meta: {
|
||||
requiresAuth: false,
|
||||
title: '首页'
|
||||
}
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user