feat: login page

This commit is contained in:
jialin
2024-06-03 09:06:41 +08:00
parent 69f354b278
commit d2212fe949
15 changed files with 147 additions and 23 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export default defineConfig({
},
token: {
colorPrimary: '#2fbf85',
borderRadius: 20,
borderRadius: 16,
fontSize: 12,
motion: true
}
+8
View File
@@ -57,6 +57,14 @@ export default [
component: './profile',
icon: 'User'
},
{
name: 'Login',
path: '/login',
key: 'login',
layout: false,
hideInMenu: true,
component: './login'
},
{
name: '404',
path: '*',