Skip to content
Snippets Groups Projects

Feature/yeqingbo

Merged yeqingbo requested to merge feature/yeqingbo into develop
Viewing commit e98fb49f
Next
Show latest version
2 files
+ 3
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -40,11 +40,7 @@ const routes = [
];
const router = createRouter({
history: createWebHistory(
window.__POWERED_BY_QIANKUN__
? '/' + window.location.href.split('/')[3] + '/i/middlegroundadminweb'
: '/middlegroundadminweb'
),
history: createWebHistory(process.env.VUE_APP_BASE_URI),
routes,
});