From cbf367c90d9769906cf39ccfadcf71b8da1323e6 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 24 三月 2026 22:07:37 +0800
Subject: [PATCH] 驾驶员列表 菜单位置修改
---
src/store/modules/permission.js | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 1d5c8a7..cdc198b 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -705,7 +705,7 @@
},
component: () =>
import("@/views/basic/gyCartypelist/gyCartypelist.vue"),
- hidden: false,
+ hidden: HIsHide,
name: "GyCartypelist",
path: "gyCartypelist",
},
@@ -740,6 +740,18 @@
icon: "build",
link: null,
noCache: false,
+ title: "椹鹃┒鍛樺垪琛�",
+ },
+ component: () => import("@/views/system/user/GyDriver.vue"),
+ hidden: false,
+ name: "gyDriver",
+ path: "GyDriver",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
title: "鑱屽憳鍒楄〃",
},
component: () =>
--
Gitblit v1.9.1