This commit is contained in:
张成
2025-10-09 18:44:16 +08:00
parent 18f9e42497
commit 23a68e5b0b

View File

@@ -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,