|
|
|
@ -11,7 +11,6 @@ import { getSubDefineProps, initGlState } from './state';
@@ -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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|