update 3d

This commit is contained in:
DESKTOP-FUDKNA8\znjsz
2024-01-26 14:41:37 +08:00
parent e25dfe8f02
commit 9b3779555c
5 changed files with 32 additions and 10 deletions

View File

@@ -96,9 +96,9 @@ function resetScale(elm) {
<div v-else class="pages-wrapper">
<NavMenu @change="handlePageChange" :value="currentPage" />
<TriplePage v-if="currentPage === '3d'" :line="pathMap[path] ?? '1'" />
<DataPage v-if="currentPage === 'data'" />
<AlertListPage v-if="currentPage === 'alert'" />
<RealtimePage v-if="currentPage === 'realtime'" />
<DataPage v-if="currentPage === 'data'" :line="pathMap[path] ?? '1'" />
<AlertListPage v-if="currentPage === 'alert'" :line="pathMap[path] ?? '1'" />
<RealtimePage v-if="currentPage === 'realtime'" :line="pathMap[path] ?? '1'" />
</div>
</div>
</template>