feat: 登录页面框架
This commit is contained in:
@@ -1,18 +1,12 @@
|
||||
import type { RouteObject } from 'react-router-dom'
|
||||
|
||||
import About from '@/views/about/About'
|
||||
// import Home from '@/views/home/Home'
|
||||
import NoFound from '@/views/404/404'
|
||||
import Login from '@/views/Login/index'
|
||||
import Login from '@/views/Login'
|
||||
const routes: RouteObject[] = [
|
||||
{
|
||||
path: '/',
|
||||
Component: Login,
|
||||
},
|
||||
{
|
||||
path: '/about',
|
||||
Component: About,
|
||||
},
|
||||
{
|
||||
path: '*',
|
||||
Component: NoFound,
|
||||
|
Reference in New Issue
Block a user