Browse Source

chore: 微应用通信

master
wangxiang 2 years ago
parent
commit
994513e0f9
  1. 1
      src/qiankun/index.ts

1
src/qiankun/index.ts

@ -11,7 +11,6 @@ import { getSubDefineProps, initGlState } from './state';
/** 匹配激活微服务路由规则 */ /** 匹配激活微服务路由规则 */
function listenerRouteActiveRule(routerPath) { function listenerRouteActiveRule(routerPath) {
console.info(location.pathname,routerPath,location.pathname.startsWith(routerPath));
return (location) => location.pathname.endsWith(routerPath); return (location) => location.pathname.endsWith(routerPath);
} }

Loading…
Cancel
Save