大屏和环林卡口管理

This commit is contained in:
13684185576
2025-12-05 16:19:36 +08:00
parent b7fd4642b4
commit f660699a2f
9 changed files with 414 additions and 69 deletions

View File

@ -81,7 +81,7 @@ const {
const props = defineProps({
title: {
type: String,
default: "林芝市环林卡口综合管理"
default: "林芝市智慧公安检查"
},
query: {
type: String,
@ -112,7 +112,6 @@ onMounted(() => {
username.value = localStorage.getItem("USERNAME");
emitter.on("chengZ", (res) => {
row.value = res;
console.log(res);
});
timersfm.value = setInterval(() => {
CurrentTime();