乾坤配置好微应用后不加载微应用问题 不会飞的Judy 2023-11-01 37 阅读1分钟 问题出现:vue2 hash路由下出现的不加载微应用问题 问题定位:没匹配到子应用路由 解决方法: const getActiveRule = (hash) => (location) => location.hash.startsWith(hash) activeRule: getActiveRule('#/data-v')