From 5664a1a616df498cba58b9a8e63a91ac0ba96bab Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期二, 01 七月 2025 13:44:55 +0800 Subject: [PATCH] feat: add rrweb --- 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