Browse Source

no message

libushang 4 months ago
parent
commit
a0ae1bd25d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/emergencyCommandMap/RightSection/JointDuty.vue

+ 1 - 1
src/views/emergencyCommandMap/RightSection/JointDuty.vue

@@ -163,7 +163,7 @@ onMounted(() => {
   getCheckinList(eventId.value).then((res) => {
   getCheckinList(eventId.value).then((res) => {
     listData.value = res.data;
     listData.value = res.data;
   });
   });
-  qrCodeUrl.value = import.meta.env.VITE_APP_BASE_API2 + 'api/event_management/checkin/qrcode?event_id=' + eventId.value;
+  qrCodeUrl.value = import.meta.env.VITE_APP_BASE_API2 + 'api/qrcode/event/checkin?event_id=' + eventId.value;
 
 
   nextFetchData();
   nextFetchData();
 });
 });