diff --git a/src/components/content/airInfo/AirInfo.vue b/src/components/content/airInfo/AirInfo.vue index ccead2c..ff4147c 100644 --- a/src/components/content/airInfo/AirInfo.vue +++ b/src/components/content/airInfo/AirInfo.vue @@ -1,13 +1,12 @@ @@ -87,7 +84,7 @@ const drawerRight = ref(true) const currentSite = ref('松江站') const currentUser = ref('admin') const currentDate = ref(dateFormat()) -const tunnelBtn=ref() +const tunnelBtn = ref() const tunnelList = ref([ { value: 0, @@ -130,8 +127,6 @@ const previousBtn = () => { } const nextBtn = () => { tunnelBtn.value.next(); - // tunnelList.value.push(tunnelList.value.shift()) - // console.log('tunnelList.value', tunnelList.value) }