Browse Source

fix: wifi状态不设

master
guoapeng 5 months ago
parent
commit
b7b36ee2e9
  1. 2
      src/components/HeaderBar.vue

2
src/components/HeaderBar.vue

@ -4,7 +4,7 @@
<div v-if="route.path !== '/home'" class="w-0.5 h-5 bg-white mx-3"></div> <div v-if="route.path !== '/home'" class="w-0.5 h-5 bg-white mx-3"></div>
<p class="text-lg">{{ pageNameMap[route.path] }}</p> <p class="text-lg">{{ pageNameMap[route.path] }}</p>
<img :src="`${isWifiNormal ? icon_wifi : icon_wifi2}`" alt="" class="ml-auto w-8" />
<img :src="`${isWifiNormal ? icon_wifi : icon_wifi}`" alt="" class="ml-auto w-8" />
<div v-if="route.path === '/home'" class="btn-light px-5 py-1 mx-6 rounded min-w-[102px]"> <div v-if="route.path === '/home'" class="btn-light px-5 py-1 mx-6 rounded min-w-[102px]">
<el-dropdown trigger="click"> <el-dropdown trigger="click">

Loading…
Cancel
Save