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