From c07b4f92f7598b6f69d4c709d6651aeab24e69e1 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期一, 18 九月 2023 21:10:03 +0800
Subject: [PATCH] 增加修改电气密码

---
 CanadaMes-ui/src/layout/index.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CanadaMes-ui/src/layout/index.vue b/CanadaMes-ui/src/layout/index.vue
index 2140e57..fa2c7b6 100644
--- a/CanadaMes-ui/src/layout/index.vue
+++ b/CanadaMes-ui/src/layout/index.vue
@@ -13,12 +13,12 @@
                       background-color="#222f3e" text-color="#fff" active-text-color="#ffd04b"
                       :collapse="isCollapse" :unique-opened="true"
                       :collapse-transition="false" :router="true">
-              <!-- <el-menu-item index="/" @click="goToHome">
+             <!-- <el-menu-item index="/" @click="youhua">
                 <template slot="title">
                
                   <i class="el-icon-menu"></i>
                 
-                  <span>{{ $t('home') }}</span>
+                  <span>浼樺寲</span>
                 </template>
               </el-menu-item> -->
               <!--涓�绾ц彍鍗�-->
@@ -157,6 +157,9 @@
     goToHome() {
       this.$router.push('/home');
     },
+    youhua() {
+      this.$router.push('/device/talk');
+    },
     ...mapMutations('tags', ['addTag', 'removeTag', 'switchTag']),
     addTag(router) {
   let submenuItem;

--
Gitblit v1.8.0