From 5e6716b321713d0c16e426610a06e30257d77a0b Mon Sep 17 00:00:00 2001
From: 陈婷婷 <506607603@qq.com>
Date: 星期二, 11 十一月 2025 13:52:58 +0800
Subject: [PATCH] 1

---
 src/router/index.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index dfecdb5..4c38332 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -97,14 +97,14 @@
     redirect: "noredirect",
     meta: {
       breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/sell/sellOut", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+      activeMenu: "/sell/sellOut/sellOutBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
     },
     children: [
       {
         path: "/sell/sellOut/sellOutBill",
         component: () => import("@/views/sell/sellOut/sellOutBill.vue"),
         name: "SellOutBill",
-        meta: { title: "閿�鍞嚭搴撳崟", activeMenu: "sell/sellOUt" },
+        meta: { title: "閿�鍞嚭搴撳崟", activeMenu: "sell/sellOUt/sellOutBill" },
       },
     ],
   },
@@ -123,7 +123,7 @@
         path: "/sell/sellOut/sellOutBillEdit",
         component: () => import("@/views/sell/sellOut/sellOutBillEdit.vue"),
         name: "SellOutBillEdit",
-        meta: { title: "閿�鍞嚭搴撳崟缂栬緫", activeMenu: "/sell/sellOut" },
+        meta: { title: "閿�鍞嚭搴撳崟缂栬緫", activeMenu: "/sell/sellOut/sellOutBillEdit" },
       },
     ],
   },

--
Gitblit v1.9.1