Restore rendered control center home

This commit is contained in:
2026-06-10 19:40:43 +08:00
parent 698fc3e16a
commit 8301bacce2
7 changed files with 24 additions and 15 deletions
+1 -1
View File
@@ -191,7 +191,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