Explorar el Código

乾坤 子应用修改

quwangxin hace 3 años
padre
commit
ca1196e239
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 () {