From 19f0eca493f7e17ab7b67d28cf77d80de364576c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 28 十月 2024 15:00:57 +0800
Subject: [PATCH] ll
---
screen/src/router/index.js | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/screen/src/router/index.js b/screen/src/router/index.js
index 367a3d5..7740453 100644
--- a/screen/src/router/index.js
+++ b/screen/src/router/index.js
@@ -6,7 +6,7 @@
routes: [
{
path: '/',
- component: () => import('../views/FireFighting.vue')
+ component: () => import('../views/LogisticsEfficiency.vue')
},
{
path: '/PlatformCall', // 鏈堝彴鍙彿澶у睆
@@ -38,6 +38,11 @@
name: 'FireFighting',
component: () => import('../views/FireFighting.vue')
},
+ {
+ path: '/TaskEfficiency', //鍐呭満璋冨害鐪嬫澘 -浣滀笟鑳芥晥
+ name: 'TaskEfficiency',
+ component: () => import('../views/TaskEfficiency.vue')
+ },
]
})
--
Gitblit v1.9.3