update: 大屏接口

This commit is contained in:
xf
2025-07-08 17:20:31 +08:00
parent b55bc1857a
commit 67a2ea75d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
const dayTimeT = ref();
function getTime() {
const { timeRight } = useTopTime('2022-12-20');
const { timeRight } = useTopTime('2025-07-05');
dayTimeT.value = timeRight;
}
+1 -1
View File
@@ -10,7 +10,7 @@
<vue3-seamless-scroll :list="scrollList" class="scroll" :hover="true" :copyNum="3" :limitScrollNum="5" v-bind="{ step: 0.2 }">
<div class="item-d" v-for="(item, index) in scrollList" :key="index">
<div>{{ item.realName }}</div>
<div style="color: #f6ff00">{{ item.eventType_dictText }}({{ item.dataValue }})</div>
<div style="color: #f6ff00">{{ item.eventType_dictText }}{{ item.dataValue ? `(${item.dataValue})` : '' }}</div>
<div>{{ item.warnTime }}</div>
<div class="item-d-img">
<img :src="pointPng" alt="" />