feat: 新增重置密码页面
This commit is contained in:
@@ -9,6 +9,7 @@ import home from "./modules/home/index.ts";
|
||||
import Main from "./modules/main/index.ts";
|
||||
import ComponentLoading from "@/components/ComponentLoading";
|
||||
import Loading from "./modules/loading";
|
||||
import Forget from "@/router/modules/forget";
|
||||
|
||||
const routes: RouteObject[] = [
|
||||
{
|
||||
@@ -27,6 +28,10 @@ const routes: RouteObject[] = [
|
||||
path: "/login",
|
||||
Component: (props) => ComponentLoading(Login, props),
|
||||
},
|
||||
{
|
||||
path: "/forget",
|
||||
Component: (props) => ComponentLoading(Forget, props),
|
||||
},
|
||||
{
|
||||
path: "/main",
|
||||
Component: (props) => ComponentLoading(Main, props),
|
||||
|
Reference in New Issue
Block a user