wujianwei
2026-01-19 7d0c8a812777393ac2eefe40cbe3fa8b857e9b1f
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,