From 038b8a1d35652b8967f520583069aef5422e7484 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期日, 24 四月 2022 11:08:10 +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