From a62f3817874307a03020f2aa9e1a66bbb2155276 Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期一, 08 十二月 2025 08:19:06 +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 e85f891..c125ff5 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -351,6 +351,25 @@
},
],
},
+ //杞﹀瀷鍒楄〃
+ {
+ path: "/basic/gy/gyCartypelist",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/basic/gy", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/basic/gy/gyCartypelist",
+ component: () => import("@/views/basic/gyCartypelist/gyCartypelist.vue"),
+ name: "GyCartype",
+ meta: { title: "杞﹀瀷鍒楄〃", activeMenu: "basic/gy" },
+ },
+ ],
+ },
// 閿�鍞鍗�
{
path: "/sell/seOrder/xsSeOrderBill",
--
Gitblit v1.9.1