feat: 添加登录模板页面

This commit is contained in:
landaiqing
2024-07-10 14:06:17 +08:00
parent cba745729f
commit 69ad5b0c55
4 changed files with 14 additions and 4 deletions

View File

@@ -11,11 +11,18 @@ export default defineConfig({
layout: {
title: '五味子云存储',
},
base: '/',
browserslist: ['> 1%', 'last 2 versions'],
routes: [
{
path: '/',
redirect: '/login',
},
{
path: '/login',
layout: false,
component: './Login',
},
{
name: '首页',
path: '/home',