From b99f1bb8320433f057971b73520a4e064891313a Mon Sep 17 00:00:00 2001
From: 陈婷婷 <506607603@qq.com>
Date: 星期四, 27 十一月 2025 10:25:51 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
src/router/index.js | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 24b8c27..7de8321 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -577,7 +577,12 @@
name: 'IframeGyWarehouse',
meta: { title: '浠撳簱鍒楄〃', noCache: true, noLoading: true }
},
-
+ {
+ path: 'GyMaterial',
+ component: () => import("@/views/gyMaterial/GyMaterial"), // 鐗╂枡
+ name: 'IframeGyMaterial',
+ meta: { title: '鐗╂枡鍒楄〃', noCache: true, noLoading: true }
+ },
]
}, // 瀹㈡埛
{
--
Gitblit v1.9.1