From 29b413387460cd532f6d9f045c82faad9a2c1e85 Mon Sep 17 00:00:00 2001 From: gaoluyang <gaoluyang@rengu.cc> Date: 星期二, 11 二月 2025 17:58:03 +0800 Subject: [PATCH] 原材料下单页面迁移 --- src/router/index.js | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 71907b6..ff5cbc1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -93,6 +93,26 @@ // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇 export const dynamicRoutes = [ { + // 鍘熸潗鏂欐姤妫� + path: '/business/rawMaterialInspection', + component: Layout, + }, + { + // 鍘熸潗鏂欐楠屼笅鍗� + path: '/business/materialOrder', + component: Layout, + hidden: true, + children: [ + { + // 閾滃崟涓濅笅鍗� + path: '/customsInspection', + component: () => import('@/views/business/materialOrder/customsInspection'), + name: '閾滃崟涓濅笅鍗�', + meta: { title: '閾滃崟涓濅笅鍗�', activeMenu: '/business/materialOrder' } + } + ] + }, + { path: '/system/user-auth', component: Layout, hidden: true, -- Gitblit v1.9.3