Restore rendered control center baseline

This commit is contained in:
2026-06-11 06:44:08 +08:00
parent a1b9ff5146
commit bf61f4f98e
13 changed files with 204 additions and 856 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ function setupAccessGuard(router: Router) {
if (to.path === subAppRootPath) {
const defaultHome =
preferences.app.defaultHomePath || '/dashboard';
preferences.app.defaultHomePath || '/page-render/main_home';
// 确保路径包含子应用前缀
const subAppTargetPath = defaultHome.startsWith(subAppRootPath)
? defaultHome