From 6f4173009ac5c2d0cf03ccc02d1c37f046fd5b64 Mon Sep 17 00:00:00 2001
From: clll <1320612696@qq.com>
Date: 星期二, 05 九月 2023 17:05:32 +0800
Subject: [PATCH] 提交路由界面
---
CanadaMes-ui/src/router/index.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/CanadaMes-ui/src/router/index.js b/CanadaMes-ui/src/router/index.js
index 83e8e75..7cc714b 100644
--- a/CanadaMes-ui/src/router/index.js
+++ b/CanadaMes-ui/src/router/index.js
@@ -62,6 +62,10 @@
component: () => import('../views/device/iostate')
},
{
+ path: '/device/talkvue',
+ component: () => import('../views/device/talkvue')
+ },
+ {
path: '/device/control',
component: () => import('../views/device/control')
},
@@ -81,6 +85,10 @@
path: '/Electrical/State',
component: () => import('../views/Electrical/State')
},
+ {
+ path: '/Electrical/alarm',
+ component: () => import('../views/Electrical/alarm')
+ },
--
Gitblit v1.8.0