From d60080e1a29acf61474b882cdf427bf92ec8bc30 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期一, 08 十二月 2025 14:44:48 +0800
Subject: [PATCH] 费用项目
---
src/router/index.js | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 35a7f51..709c3be 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -397,6 +397,25 @@
},
],
},
+ //璐圭敤椤圭洰鍒楄〃
+ {//src\views\basic\gyItemMoney\gyItemMoney.vue
+ path: "/basic/gy/gyItemMoney",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/basic/gy", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/basic/gy/gyItemMoney",
+ component: () => import("@/views/basic/gyItemMoney/gyItemMoney.vue"),
+ name: "GyItemMoney",
+ meta: { title: "璐圭敤椤圭洰鍒楄〃", activeMenu: "basic/gy" },
+ },
+ ],
+ },
// 閿�鍞鍗�
{
path: "/sell/seOrder/xsSeOrderBill",
--
Gitblit v1.9.1