This commit is contained in:
jingna 2025-08-05 20:11:19 +08:00
parent cd9808c8e2
commit d1dda9f22d

View File

@ -356,7 +356,7 @@
</template>
<script setup>
import { ref, reactive, onMounted, onUnmounted } from 'vue'
import { ref, reactive, onMounted, onUnmounted,nextTick } from 'vue'
import { ElMessage } from 'element-plus'
import { useRouter, useRoute } from 'vue-router'
import { io } from 'socket.io-client'