|
@@ -104,6 +104,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</dic>
|
|
|
+ <OnlineRollCall />
|
|
|
</template>
|
|
|
|
|
|
<script lang="ts" setup>
|
|
@@ -114,6 +115,7 @@ import searchImg from "@/assets/images/search.png";
|
|
|
import { useRouter } from "vue-router";
|
|
|
import closeImg from "@/assets/images/close.png";
|
|
|
import { getPointInfoComprehensiveSearch } from "@/api/globalMap";
|
|
|
+import OnlineRollCall from "@/components/OnlineRollCall/index.vue";
|
|
|
|
|
|
const router = useRouter();
|
|
|
const noticeBarState = reactive({
|