From 1c01c236ed9c2802b1e4868832add2c912d14018 Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期一, 09 十月 2023 16:09:21 +0800 Subject: [PATCH] 修改电气管理 --- CanadaMes-ui/src/layout/index.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/CanadaMes-ui/src/layout/index.vue b/CanadaMes-ui/src/layout/index.vue index fa2c7b6..c235d51 100644 --- a/CanadaMes-ui/src/layout/index.vue +++ b/CanadaMes-ui/src/layout/index.vue @@ -157,9 +157,7 @@ goToHome() { this.$router.push('/home'); }, - youhua() { - this.$router.push('/device/talk'); - }, + ...mapMutations('tags', ['addTag', 'removeTag', 'switchTag']), addTag(router) { let submenuItem; -- Gitblit v1.8.0