2
0

fix: 修复门户传参

This commit is contained in:
caiyuchao
2025-01-16 17:25:20 +08:00
parent 517e816f2b
commit adc5ca37b1

View File

@@ -97,7 +97,7 @@ async function checkRoute(to: RouteLocationNormalized): Promise<RouteLocationRaw
const isNotFoundRoute = to.name === notFoundRoute;
// 门户检查
// checkRedirectParams();
checkRedirectParams();
// if the constant route is not initialized, then initialize the constant route
if (!routeStore.isInitConstantRoute) {