windows下路由居然大小写不敏感,还有和远程仓库大小写不一致
This commit is contained in:
@@ -32,7 +32,7 @@ const router = createRouter({
|
||||
{
|
||||
path: 'schedule',
|
||||
name: 'schedule',
|
||||
component: () => import('@/views/ScheduleView.vue'),
|
||||
component: () => import('@/views/scheduleView.vue'),
|
||||
},
|
||||
{
|
||||
path: 'purchase',
|
||||
|
||||
Reference in New Issue
Block a user