From 388c2eeb0522a3dc928cffc5059e9f7da4c84ecb Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期二, 26 四月 2022 16:43:34 +0800 Subject: [PATCH] 工伤、失业保险接口 --- src/router/router.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/router/router.js b/src/router/router.js index 469a16e..7774c46 100644 --- a/src/router/router.js +++ b/src/router/router.js @@ -167,7 +167,7 @@ children:[ { path: "/personnelTalents_unitPersonnel", - meta: {title: "浜嬩笟鍗曚綅浜哄憳鎯呭喌"}, + meta: {title: "浜嬩笟鍗曚綅浜哄憳鎯呭喌", routerParent: 'personnelTalents'}, name: "/PersonnelTalents_unitPersonnel", component: () => import( @@ -176,7 +176,7 @@ }, { path: "/personnelTalents_greenCard", - meta: {title: "浜烘墠缁垮崱琛ヨ创"}, + meta: {title: "浜烘墠缁垮崱琛ヨ创", routerParent: 'personnelTalents'}, name: "/PersonnelTalents_GreenCard", component: () => import( @@ -200,7 +200,7 @@ children: [ { path: "/otherB-PeopleJunShouRu", - meta: {title: "灞呮皯浜哄眳鏀跺叆銆佸彲鏀厤鏀跺叆"}, + meta: {title: "灞呮皯浜哄眳鏀跺叆銆佸彲鏀厤鏀跺叆", routerParent: 'OtherBusiness'}, name: "otherB-PeopleJunShouRu", component: () => import( @@ -209,7 +209,7 @@ }, { path: "/otherB-GongGuTuoPin", - meta: {title: "灞呮皯浜哄眳鏀跺叆銆佸彲鏀厤鏀跺叆"}, + meta: {title: "灞呮皯浜哄眳鏀跺叆銆佸彲鏀厤鏀跺叆", routerParent: 'OtherBusiness'}, name: "otherB-GongGuTuoPin", component: () => import( -- Gitblit v1.9.1