windows下路由居然大小写不敏感,还有和远程仓库大小写不一致

This commit is contained in:
2026-04-08 11:08:55 +08:00
parent e2bbb6e5fd
commit ace94a31ad
+1 -1
View File
@@ -32,7 +32,7 @@ const router = createRouter({
{ {
path: 'schedule', path: 'schedule',
name: 'schedule', name: 'schedule',
component: () => import('@/views/ScheduleView.vue'), component: () => import('@/views/scheduleView.vue'),
}, },
{ {
path: 'purchase', path: 'purchase',