From 6cee1aaa901cfeb7086cfbb6f64e330d18df86a8 Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期五, 13 九月 2024 11:35:03 +0800
Subject: [PATCH] Merge branch 'master' of http://47.95.120.53:8083/r/WCSNet6

---
 Web/src/views/device/deviceInfo/index.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Web/src/views/device/deviceInfo/index.vue b/Web/src/views/device/deviceInfo/index.vue
index 9d46727..dc5861a 100644
--- a/Web/src/views/device/deviceInfo/index.vue
+++ b/Web/src/views/device/deviceInfo/index.vue
@@ -16,6 +16,10 @@
 							<el-switch v-model="state.boRefresh" active-text="" inactive-text="鑷埛鏂�"
 								@change="handleSwitchChange('boRefresh', $event)"></el-switch>
 						</el-card>
+						<el-card class="box-card" shadow="hover" style="margin-top: 3px;">
+							<el-switch v-model="state.boDemo" active-text="" inactive-text="婕旂ず妯″紡"
+								@change="handleSwitchChange('boDemo', $event)"></el-switch>
+						</el-card>
 					</el-collapse-item>
 
 					<el-collapse-item title="鍫嗗灈鏈�" name="2">

--
Gitblit v1.8.0