From f2346c813c022d871a9bf5e8b75c0db46ee80116 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Mon, 25 Sep 2023 09:57:13 +0800
Subject: [PATCH] 把设备添加项目中
---
src/components/common/topbar.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/common/topbar.vue b/src/components/common/topbar.vue
index 6528629..21f54b2 100644
--- a/src/components/common/topbar.vue
+++ b/src/components/common/topbar.vue
@@ -71,7 +71,7 @@
const options = [
{ key: 0, label: '项目', path: '/' + ERouterName.PROJECT_LIST },
{ key: 1, label: '人员管理', path: '/' + ERouterName.MEMBERS },
- { key: 2, label: '设备管理', path: '/' + ERouterName.DEVICES },
+ // { key: 2, label: '设备管理', path: '/' + ERouterName.DEVICES },
// { key: 3, label: ERouterName.FIRMWARES.charAt(0).toUpperCase() + ERouterName.FIRMWARES.substr(1), path: '/' + ERouterName.FIRMWARES },
]
--
Gitblit v1.9.3