diff --git a/src/views/list/sat/index.vue b/src/views/list/sat/index.vue index eec7b9a..6db147c 100644 --- a/src/views/list/sat/index.vue +++ b/src/views/list/sat/index.vue @@ -5,10 +5,10 @@ - + {{ state.dt }} - +
{{ item[0] + " - " + item[1] }} - +
", sat: '', satData: [], @@ -159,10 +159,6 @@ onUnmounted(()=>{ }catch{} }) -const showHide = () => { - state.showh += 1; -} - const writeTime = async () => { if (appStore.connectState != true) { alert('请先连接手台!'); return; }; setLoading(true)