From 4fb12efd2e19ed835a47112a1eb937eccb80a549 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期二, 01 四月 2025 13:31:34 +0800 Subject: [PATCH] 完成标准库变更记录页面 --- 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 54a9620..804b5d8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -105,20 +105,20 @@ // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇 export const dynamicRoutes = [ { - // 鍘熻緟鏂欎笅鍗� + // 鍘熻緟鏉愪笅鍗� path: "/materialOrder", component: Layout, hidden: true, permissions: ["business:order"], children: [ { - // 鍘熻緟鏂欎笅鍗� + // 鍘熻緟鏉愪笅鍗� path: "customsInspection", component: () => import("@/views/business/materialOrder/customsInspection"), name: "CustomsInspection", meta: { - title: "鍘熻緟鏂欎笅鍗曡鎯�", + title: "鍘熻緟鏉愪笅鍗曡鎯�", activeMenu: "/business/materialOrder", keepAlive: true, }, -- Gitblit v1.9.3