Browse Source

警报信息

master
maochaoying 2 years ago
parent
commit
90b235e015
  1. 60
      src/components/Operator.vue
  2. 3
      src/pages/Home.vue

60
src/components/Operator.vue
File diff suppressed because it is too large
View File

3
src/pages/Home.vue

@ -151,7 +151,8 @@
/> />
<LiquidHandle v-if="activeTab == 2" :tabType="1" /> <LiquidHandle v-if="activeTab == 2" :tabType="1" />
<LiquidHandle v-if="activeTab == 3" :tabType="2" /> <LiquidHandle v-if="activeTab == 3" :tabType="2" />
<Test v-if="activeTab == 4" />
<!-- <Test v-if="activeTab == 4" /> -->
<Test />
<Setting v-if="activeTab == 5" /> <Setting v-if="activeTab == 5" />
<div class="other_info"> <div class="other_info">
<p>IP {{ settingStore.deviceIp }}</p> <p>IP {{ settingStore.deviceIp }}</p>

Loading…
Cancel
Save