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/router/index.ts | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index c939264..44b103d 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -28,11 +28,6 @@
name: ERouterName.MEMBERS,
component: () => import('/@/pages/page-web/projects/members.vue')
},
- {
- path: '/' + ERouterName.DEVICES,
- name: ERouterName.DEVICES,
- component: () => import('/@/pages/page-web/projects/devices.vue')
- },
// 项目列表
{
path: '/' + ERouterName.PROJECT,
@@ -118,7 +113,13 @@
}
]
- }
+ },
+
+ {
+ path: '/' + ERouterName.IMPLEMENT,
+ name: ERouterName.IMPLEMENT,
+ component: () => import('/@/pages/page-web/projects/implement.vue')
+ },
],
meta: {
header: false
--
Gitblit v1.9.3