feat: login page
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ export default defineConfig({
|
||||
},
|
||||
token: {
|
||||
colorPrimary: '#2fbf85',
|
||||
borderRadius: 20,
|
||||
borderRadius: 16,
|
||||
fontSize: 12,
|
||||
motion: true
|
||||
}
|
||||
|
||||
@@ -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: '*',
|
||||
|
||||
Reference in New Issue
Block a user