-- 正式环境配置

This commit is contained in:
yuping
2022-12-28 23:15:14 +08:00
parent 8ee92dda70
commit 4f5efab57c

View File

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