From 2546b2505f9c6d19a1fa16ff09d24ac4988a7127 Mon Sep 17 00:00:00 2001 From: zhangyong <517047165@qq.com> Date: 星期五, 01 九月 2023 11:08:06 +0800 Subject: [PATCH] 提交S7通讯代码和websocket演示用代码 --- CanadaMes-ui/src/router/index.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/CanadaMes-ui/src/router/index.js b/CanadaMes-ui/src/router/index.js index 03377b2..83e8e75 100644 --- a/CanadaMes-ui/src/router/index.js +++ b/CanadaMes-ui/src/router/index.js @@ -49,6 +49,11 @@ }, { + path: '/device/talk', + component: () => import('../views/device/talkvue'), + + }, + { path: '/device/alarm', component: () => import('../views/device/alarm') }, -- Gitblit v1.8.0