From 23a68e5b0bca84756dbd54c415b6ed8c17433cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Thu, 9 Oct 2025 18:44:16 +0800 Subject: [PATCH] 1 --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 13796d4..295979a 100644 --- a/src/index.js +++ b/src/index.js @@ -129,7 +129,7 @@ class AdminFramework { } if (VueRouter && !this.router) { - const mainRoute = this.getRoutes({ Main, ParentView, Page404 }) + const mainRoute = this.getRoutes({ Main, ParentView, Page404, HomePage: this.HomePage }) this.router = this.createRouter(VueRouter, { Main,