From 366612bd8e8b88d02a98edf508f96d7add23ff9f Mon Sep 17 00:00:00 2001
From: pengwei <2071057782@qq.com>
Date: 星期日, 27 四月 2025 16:03:38 +0800
Subject: [PATCH] 功能新增
---
项目代码/伸缩杆/client/src/layout/index.vue | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/layout/index.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/layout/index.vue"
index 90419ff..89385b9 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/layout/index.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/layout/index.vue"
@@ -76,6 +76,17 @@
padding: 0 0.69rem 0 0;
"
>
+ <span
+ style="
+ font-size: 1.25rem;
+ font-weight: bold;
+ color: #fff;
+ margin-right: 0.69rem;
+ cursor: pointer;
+ "
+ @click="router.push({ path: '/AlarmReset' })"
+ >鎶ヨ澶嶄綅</span
+ >
<img
v-if="!isFullscreen"
style="
--
Gitblit v1.9.3