From 994513e0f9a9ab7a45e5db5d820719b56d3f1e89 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Thu, 20 Jul 2023 17:49:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BE=AE=E5=BA=94=E7=94=A8=E9=80=9A?= =?UTF-8?q?=E4=BF=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/qiankun/index.ts | 1 - 1 file changed, 1 deletion(-) 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); }