From a62f3817874307a03020f2aa9e1a66bbb2155276 Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期一, 08 十二月 2025 08:19:06 +0800
Subject: [PATCH] 增加 车型 基础资料编辑和列表 页面
---
src/store/modules/permission.js | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index a1c0644..dcb6c89 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -493,6 +493,19 @@
icon: "build",
link: null,
noCache: false,
+ title: "杞﹀瀷鍒楄〃",
+ },
+ component: () =>
+ import("@/views/basic/gyCartypelist/gyCartypelist.vue"),
+ hidden: false,
+ name: "GyCartypelist",
+ path: "gyCartypelist",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
title: "鑱屽憳鍒楄〃",
},
component: () =>
--
Gitblit v1.9.1