mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
-- 环境更改
This commit is contained in:
@@ -17,7 +17,7 @@ const routes = [
|
||||
...routesConfig
|
||||
]
|
||||
const router = createRouter({
|
||||
history: createWebHistory(process.env.VITE_BASE),
|
||||
history: createWebHistory(process.env.VUE_APP_BASE),
|
||||
routes,
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user