fix: 修复门户传参
This commit is contained in:
@@ -97,7 +97,7 @@ async function checkRoute(to: RouteLocationNormalized): Promise<RouteLocationRaw
|
|||||||
const isNotFoundRoute = to.name === notFoundRoute;
|
const isNotFoundRoute = to.name === notFoundRoute;
|
||||||
|
|
||||||
// 门户检查
|
// 门户检查
|
||||||
// checkRedirectParams();
|
checkRedirectParams();
|
||||||
|
|
||||||
// if the constant route is not initialized, then initialize the constant route
|
// if the constant route is not initialized, then initialize the constant route
|
||||||
if (!routeStore.isInitConstantRoute) {
|
if (!routeStore.isInitConstantRoute) {
|
||||||
|
|||||||
Reference in New Issue
Block a user