-- 配置

This commit is contained in:
yuping
2022-12-28 23:16:41 +08:00
parent b96b99c4f2
commit 529c91bc46

View File

@@ -20,7 +20,7 @@ const routes = [
]
const router = createRouter({
history: createWebHistory("/fe-student"),
history: createWebHistory(import.meta.env.VITE_BASE),
routes
})