DongAo

Results 9 comments of DongAo

> 可以,设置好路由就行 请问是怎么设置的,react 双hash路由 只能打开子路由#之前的页面,子应用多个页面怎么加载呢 两个#不胜生效

相当于基座的window上挂在了Amap,然后就有问题貌似

> 重复加载吗 先打开基座和子应用的高德地图会受影响,大佬求救

我觉得和window上挂载的AMap有关系,我试试 > 设置插件的scopeProperties试一下 > > ```js > microApp.start({ > plugins: { > global: [ > { > scopeProperties: ['AMap'], > } > ], > }, > }) > ``` 我觉得和window上挂载的AMap有关系,我试试

react 双hash路由 貌似只能访问 #之前的主页

hi,I have encountered the same problem as you. Have you solved it?