From c55c548308e6a1adef6670f8acf1ee5f57e77da6 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期六, 28 六月 2025 15:46:25 +0800 Subject: [PATCH] feat: v2.2 --- src/router/index.ts | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 6f35405..f283d1a 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -109,6 +109,42 @@ }, }, { + path: '/InsurancePolicyStampFiles/:id', + name: 'InsurancePolicyStampFiles', + hidden: true, + component: () => import('@/views/Home/InsurancePolicyStampFiles.vue'), + meta: { + rank: 10003, + title: '淇濆崟涓嬭浇', + // rootMenu: true, + icon: 'home', + }, + }, + { + path: '/InsureDownloadInvoice/:id', + name: 'InsureDownloadInvoice', + hidden: true, + component: () => import('@/views/Home/InsureDownloadInvoice.vue'), + meta: { + rank: 10004, + title: '鍙戠エ涓嬭浇', + // rootMenu: true, + icon: 'home', + }, + }, + { + path: '/InsurePayDetail/:id', + name: 'InsurePayDetail', + hidden: true, + component: () => import('@/views/Home/InsurePayDetail.vue'), + meta: { + rank: 10005, + title: '鏀粯璇︽儏', + // rootMenu: true, + icon: 'home', + }, + }, + { path: '/BatchChange/:id', name: 'BatchChange', hidden: true, -- Gitblit v1.9.1