From af63b044b26ddf2a381b28e7a7f413ddeb31e1e9 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期五, 29 四月 2022 12:07:30 +0800 Subject: [PATCH] 社会收支总表 --- src/router/router.js | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/router/router.js b/src/router/router.js index 469a16e..07e060b 100644 --- a/src/router/router.js +++ b/src/router/router.js @@ -161,22 +161,22 @@ { path: '/personnelTalents', meta: {title: "浜轰簨浜烘墠"}, - name: 'PersonnelTalents', - redirect: '/personnelTalents_unitPersonnel', + name: 'personnelTalents', + redirect: '/personnelTalents_UnitPersonnel', component: PersonnelTalents, children:[ { - path: "/personnelTalents_unitPersonnel", - meta: {title: "浜嬩笟鍗曚綅浜哄憳鎯呭喌"}, - name: "/PersonnelTalents_unitPersonnel", + path: "/personnelTalents_UnitPersonnel", + meta: {title: "浜嬩笟鍗曚綅浜哄憳鎯呭喌", routerParent: 'personnelTalents'}, + name: "/personnelTalents_unitPersonnel", component: () => import( "@/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue" ) }, { - path: "/personnelTalents_greenCard", - meta: {title: "浜烘墠缁垮崱琛ヨ创"}, + path: "/personnelTalents_GreenCard", + meta: {title: "浜烘墠缁垮崱琛ヨ创", routerParent: 'personnelTalents'}, name: "/PersonnelTalents_GreenCard", component: () => import( @@ -187,7 +187,7 @@ }, { path: '/laborRelations', - meta: {title: "鍔冲姩鍏崇郴"}, + meta: {title: "鍔冲姩鍏崇郴", routerParent: 'laborRelations'}, name: 'LaborRelations', component: () => import("@/pages/show/laborRelations/LaborRelations.vue") }, @@ -195,22 +195,22 @@ path: "/otherBusiness", component: OtherBusiness, meta: {title: "鍏朵粬涓氬姟"}, - redirect: "/otherB-PeopleJunShouRu", - name: "OtherBusiness", + redirect: "/otherB_PeopleJunShouRu", + name: "otherBusiness", children: [ { - path: "/otherB-PeopleJunShouRu", - meta: {title: "灞呮皯浜哄眳鏀跺叆銆佸彲鏀厤鏀跺叆"}, - name: "otherB-PeopleJunShouRu", + path: "/otherB_PeopleJunShouRu", + meta: {title: "灞呮皯浜哄眳鏀跺叆銆佸彲鏀厤鏀跺叆", routerParent: 'otherBusiness'}, + name: "otherB_PeopleJunShouRu", component: () => import( "@/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue" ) }, { - path: "/otherB-GongGuTuoPin", - meta: {title: "灞呮皯浜哄眳鏀跺叆銆佸彲鏀厤鏀跺叆"}, - name: "otherB-GongGuTuoPin", + path: "/otherB_GongGuTuoPin", + meta: {title: "灞呮皯浜哄眳鏀跺叆銆佸彲鏀厤鏀跺叆", routerParent: 'otherBusiness'}, + name: "otherB_GongGuTuoPin", component: () => import( "@/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue" @@ -220,7 +220,7 @@ }, { path: "/businessPolicy", - meta: {title: "钀ュ晢鏀跨瓥"}, + meta: {title: "钀ュ晢鏀跨瓥", routerParent: 'businessPolicy'}, name: "businessPolicy", component: () => import("@/pages/show/businessPolicy/BusinessPolicy") } -- Gitblit v1.9.1