zhangback
2025-11-27 d457a0f31290ba12273a51e75f6c2cc714659efc
ui/admin-ui3/src/router/index.ts
@@ -97,6 +97,19 @@
        ]
    },
    {
        path:'/collectionTmsQuotePlan',
        component:Layout,
        hidden:true,
        children:[
            {
                path: "collectionTmsQuotePlanItem",
                component:()=> import("@/views/tms/collectionTmsQuoteDetail/index.vue"),
                name: "CollectionTmsQuotePlanItem",
                meta: {title: '运费报价',activeMenu:'/Quotation/collectionTmsQuotePlan'}
            }
        ]
    },
    {
        path:'/monitor/job-log',
        component:Layout,
        hidden:true,