-- 环境更改

This commit is contained in:
yuping
2022-12-14 21:21:58 +08:00
parent 62253c8be9
commit 12c3a1ce72
9 changed files with 23 additions and 23 deletions

View File

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