fix: BUG修改

This commit is contained in:
kun 2024-04-01 19:10:32 +08:00
parent 70834da9cc
commit aaae76d9f5

View File

@ -8,6 +8,11 @@ import { HOME_URL } from "@/enums/Home/index";
* staticRouter()
*/
export const staticRouter: RouteRecordRaw[] = [
{
path: "/",
// redirect: HOME_URL[0]
redirect: LOGIN_URL
},
{
path: "/login",
name: "login",