This commit is contained in:
yuping
2022-12-14 20:36:37 +08:00
parent 1ce9bf7c4d
commit 42340e38d0
9 changed files with 63 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ const routes = [
...routesConfig
]
const router = createRouter({
history: createWebHistory("/manage/"),
history: createWebHistory(process.env.VITE_BASE),
routes,
})