feat(projects): add page: about

This commit is contained in:
Soybean
2024-01-18 23:51:04 +08:00
parent f1b86ccb1d
commit 4955f1af89
9 changed files with 139 additions and 0 deletions

View File

@@ -146,6 +146,7 @@ const routeMap: RouteMap = {
"403": "/403",
"404": "/404",
"500": "/500",
"about": "/about",
"home": "/home",
"login": "/login/:module(pwd-login|code-login|register|reset-pwd|bind-wechat)?",
"manage": "/manage",