fix: BUG修改
This commit is contained in:
parent
70834da9cc
commit
aaae76d9f5
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user