乾坤配置好微应用后不加载微应用问题

37 阅读1分钟

问题出现:vue2 hash路由下出现的不加载微应用问题

问题定位:没匹配到子应用路由

解决方法:

image.png

const getActiveRule = (hash) => (location) => location.hash.startsWith(hash)
activeRule: getActiveRule('#/data-v')