From 2ec95b3d2fd484b44d5274054bcbd78307a76ef8 Mon Sep 17 00:00:00 2001 From: mark <mark18340872469@163.com> Date: 星期五, 30 九月 2022 14:04:12 +0800 Subject: [PATCH] 报警推送日志 --- src/router/index.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 38e5a70..208257e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -131,6 +131,14 @@ } }, { + path: "/dataPush", + name: "dataPush", + component: () => import(/* webpackChunkName: "about" */ "../views/dataPush"), + meta: { + title: "鏁版嵁鎺ㄩ��" + } + }, + { // 瀹炴椂鐩戞帶 path: "/video", name: "video", -- Gitblit v1.8.0