Quellcode durchsuchen

fix:解决组件引入文件名错误问题

liuzhenlin vor 1 Woche
Ursprung
Commit
02bfa5e0f7
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/view/todo/detail.vue

+ 2 - 2
src/view/todo/detail.vue

@@ -73,8 +73,8 @@ const InstrumentAppointment = defineAsyncComponent(() => import('/@/view/todo/co
 const PlatPlatformAppoint = defineAsyncComponent(() => import('/@/view/todo/component/plat_platform_appoint.vue'))
 const platServiceCommission = defineAsyncComponent(() => import('/@/view/todo/component/plat_service_commission.vue'))
 const PlatCageApplications = defineAsyncComponent(() => import('/@/view/todo/component/plat_cage_applications.vue'))
-const PlatCageReleaseApplications = defineAsyncComponent(() => import('/@/view/todo/component/PlatCageReleaseApplications.vue'))
-const PlatPlatformRenewal = defineAsyncComponent(() => import('/@/view/todo/component/plat_cage_release_applications.vue'))
+const PlatCageReleaseApplications = defineAsyncComponent(() => import('/@/view/todo/component/plat_cage_release_applications.vue'))
+const PlatPlatformRenewal = defineAsyncComponent(() => import('/@/view/todo/component/plat_platform_renewal.vue'))
 const PlatAnimalTakewayApplications = defineAsyncComponent(() => import('/@/view/todo/component/plat_animal_takeway_applications.vue'))
 const PlatPlatformOutRoomAppoint = defineAsyncComponent(() => import('/@/view/todo/component/plat_platform_out_room_appoint.vue'))
 const PlatformAnimalAppointmentEthics = defineAsyncComponent(() => import('/@/view/todo/component/platform_animal_appointment_ethics.vue'))