大屏和环林卡口管理
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user