From 098a75c8574ae1d49a71a0a5f12ab653af222f31 Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期五, 23 九月 2022 19:08:31 +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