1
This commit is contained in:
@@ -129,7 +129,7 @@ class AdminFramework {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (VueRouter && !this.router) {
|
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, {
|
this.router = this.createRouter(VueRouter, {
|
||||||
Main,
|
Main,
|
||||||
|
|||||||
Reference in New Issue
Block a user