Use dashboard render page as home

This commit is contained in:
2026-06-10 13:06:57 +08:00
parent b8b7b575cd
commit 53e924379a
5 changed files with 328 additions and 10 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ function setupAccessGuard(router: Router) {
if (to.path === subAppRootPath) {
const defaultHome =
preferences.app.defaultHomePath || '/control-center';
preferences.app.defaultHomePath || '/page-render/main_home';
// 确保路径包含子应用前缀
const subAppTargetPath = defaultHome.startsWith(subAppRootPath)
? defaultHome