فهرست منبع

乾坤 子应用修改

quwangxin 3 سال پیش
والد
کامیت
ca1196e239
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -12,7 +12,7 @@ import { routes, getMenuRoutes } from './routes';
 Vue.use(VueRouter);
 
 const router = new VueRouter({
-  base: window.__POWERED_BY_QIANKUN__ ? '/page-main-data' : '/main-data',
+  base: window.__POWERED_BY_QIANKUN__ ? '/page-main-data/' : '/main-data/',
   routes,
   mode: 'history',
   scrollBehavior () {