From c466006a64f1cbbcbf04e0ae4a2d73de302aa92a Mon Sep 17 00:00:00 2001
From: qq_41295110 <qq_41295110@noreply.gitcode.com>
Date: 星期二, 13 一月 2026 11:35:08 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/store/modules/permission.js |   77 ++++++++++++++++++++++++++++++++++----
 1 files changed, 69 insertions(+), 8 deletions(-)

diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index e4bafd0..d4cc6e6 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -41,6 +41,63 @@
               icon: "build",
               link: null,
               noCache: false,
+              title: "鐗╂祦绠$悊",
+            },
+            hidden: false,
+            name: "Logistics",
+            path: "/logistics",
+            redirect: "noRedirect",
+            children: [
+              {
+                meta: {
+                  icon: "build",
+                  link: null,
+                  noCache: false,
+                  title: "杩愯緭瀹氫綅",
+                },
+                hidden: false,
+                name: "TransportGPS",
+                path: "transportGPS",
+                redirect: "noRedirect",
+                component: "Layout",
+                children: [
+                  {
+                    meta: {
+                      icon: "build",
+                      link: null,
+                      noCache: false,
+                      title: "鍑鸿繍鍗�",
+                    },
+                    component: () =>
+                      import("@/views/logistics/transportGPS/WL_YayBill.vue"),
+                    hidden: false,
+                    name: "WL_YayBill",
+                    path: "WL_YayBill",
+                  },
+                  // {
+                  //   meta: {
+                  //     icon: "build",
+                  //     link: null,
+                  //     noCache: false,
+                  //     title: "杩愬崟缂栬緫",
+                  //   },
+                  //   component: () =>
+                  //     import("@/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue"),
+                  //   hidden: false,
+                  //   name: "Add_Edit_WL_YayBill",
+                  //   path: "Add_Edit_WL_YayBill",
+                  // },
+                ],
+              },
+            ],
+          },
+          {
+            alwaysShow: true,
+            component: "Layout",
+            meta: {
+              icon: "build",
+              link: null,
+              noCache: false,
               title: "閿�鍞鐞�",
             },
             hidden: false,
@@ -520,7 +577,9 @@
                       title: "鎵胯繍鍚堝悓鍗曟嵁",
                     },
                     component: () =>
-                      import("@/views/basic/gytransport/cgContractTransportBillList/Cg_ContractTransportBillList.vue"),
+                      import(
+                        "@/views/basic/gytransport/cgContractTransportBillList/Cg_ContractTransportBillList.vue"
+                      ),
                     hidden: false,
                     name: "CgContractTransportBillList",
                     path: "cgContractTransportBillList",
@@ -579,7 +638,7 @@
                     name: "GyCartypelist",
                     path: "gyCartypelist",
                   },
-                   {
+                  {
                     meta: {
                       icon: "build",
                       link: null,
@@ -638,7 +697,8 @@
                       noCache: false,
                       title: "璐у竵鍒楄〃",
                     },
-                    component: () => import("@/views/basic/gyCurrency/gyCurrency.vue"),
+                    component: () =>
+                      import("@/views/basic/gyCurrency/gyCurrency.vue"),
                     hidden: false,
                     name: "GyCurrency",
                     path: "gyCurrency",
@@ -656,7 +716,7 @@
                     name: "GyUnit",
                     path: "gyUnit",
                   },
-                  
+
                   {
                     meta: {
                       icon: "build",
@@ -701,7 +761,8 @@
                       noCache: false,
                       title: "杈呭姪灞炴�у垪琛�",
                     },
-                    component: () => import("@/views/basic/gyProperty/gyPropertyList.vue"),
+                    component: () =>
+                      import("@/views/basic/gyProperty/gyPropertyList.vue"),
                     hidden: false,
                     name: "GyProperty",
                     path: "gyProperty",
@@ -914,7 +975,7 @@
                     hidden: false,
                     name: "Kf_POStockInBackBillList",
                     path: "Kf_POStockInBackBillList",
-                    query: "{\"type\":1}"
+                    query: '{"type":1}',
                   },
                   {
                     meta: {
@@ -930,7 +991,7 @@
                     hidden: false,
                     name: "Kf_POStockInBackBillList",
                     path: "Kf_POStockInBackBillList0",
-                    query: "{\"type\":0}"
+                    query: '{"type":0}',
                   },
                 ],
               },
@@ -1448,7 +1509,7 @@
                       noCache: false,
                       title: "椹鹃┒鍛樺垪琛�",
                     },
-                    component: () =>import("@/views/system/user/GyDriver.vue"),
+                    component: () => import("@/views/system/user/GyDriver.vue"),
                     hidden: false,
                     name: "gyDriver",
                     path: "GyDriver",

--
Gitblit v1.9.1