diff --git a/src/qiankun/index.ts b/src/qiankun/index.ts index 17e25de..8410fb7 100644 --- a/src/qiankun/index.ts +++ b/src/qiankun/index.ts @@ -11,7 +11,6 @@ import { getSubDefineProps, initGlState } from './state'; /** 匹配激活微服务路由规则 */ function listenerRouteActiveRule(routerPath) { - console.info(location.pathname,routerPath,location.pathname.startsWith(routerPath)); return (location) => location.pathname.endsWith(routerPath); }