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