@@ -178,6 +178,7 @@ routeComponent.keys().forEach(fileName => {
Vue.use(Router);
const router = new Router({
+ base: window.__POWERED_BY_QIANKUN__ ? window.__QIANKUN_ROUTER_BASE : '',
mode: 'history',
routes: [...routes, ...marketRouter]
});