From f2ef9272ed076bdca33d21b39bcc671e576553b3 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期二, 27 九月 2022 11:30:04 +0800 Subject: [PATCH] 添加场景的 时间段的添加编辑删除 加请求字段devid --- 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