From 49ab96a40dd2e95cde3e455b07f990e49bbc9cee Mon Sep 17 00:00:00 2001 From: tanghaolin <1723298894@qq.com> Date: 星期二, 22 四月 2025 17:36:46 +0800 Subject: [PATCH] 修改申报流程界面 --- src/router/index.ts | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index b6507ba..c82795a 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -112,21 +112,18 @@ path: '/policy-info', name: 'policy-info', component: () => import('../views/PolicyInfo.vue'), + + }, + { + path: '/company-declare', + name: 'company-declare', + component: () => import('../views/CompanyDeclare.vue'), }, ], }); -// 鍏ㄥ眬璺敱瀹堝崼 router.beforeEach((to, from, next) => { next(); -}); - -// 鍏ㄥ眬鍚庣疆閽╁瓙 -router.afterEach((to, from) => { - // 纭繚缁勪欢鍦ㄨ矾鐢卞弬鏁板彉鍖栨椂閲嶆柊娓叉煋 - if (to.params && Object.keys(to.params).length > 0) { - to.meta.key = to.fullPath; - } }); export default router; -- Gitblit v1.9.3