From 7e694768f428b83ed462eb384c43b2ebff61f75c Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期五, 29 四月 2022 17:57:50 +0800
Subject: [PATCH] 社会收支总表
---
src/router/router.js | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/router/router.js b/src/router/router.js
index 7774c46..07e060b 100644
--- a/src/router/router.js
+++ b/src/router/router.js
@@ -161,21 +161,21 @@
{
path: '/personnelTalents',
meta: {title: "浜轰簨浜烘墠"},
- name: 'PersonnelTalents',
- redirect: '/personnelTalents_unitPersonnel',
+ name: 'personnelTalents',
+ redirect: '/personnelTalents_UnitPersonnel',
component: PersonnelTalents,
children:[
{
- path: "/personnelTalents_unitPersonnel",
+ path: "/personnelTalents_UnitPersonnel",
meta: {title: "浜嬩笟鍗曚綅浜哄憳鎯呭喌", routerParent: 'personnelTalents'},
- name: "/PersonnelTalents_unitPersonnel",
+ name: "/personnelTalents_unitPersonnel",
component: () =>
import(
"@/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue"
)
},
{
- path: "/personnelTalents_greenCard",
+ path: "/personnelTalents_GreenCard",
meta: {title: "浜烘墠缁垮崱琛ヨ创", routerParent: 'personnelTalents'},
name: "/PersonnelTalents_GreenCard",
component: () =>
@@ -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: "灞呮皯浜哄眳鏀跺叆銆佸彲鏀厤鏀跺叆", routerParent: 'OtherBusiness'},
- 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: "灞呮皯浜哄眳鏀跺叆銆佸彲鏀厤鏀跺叆", routerParent: 'OtherBusiness'},
- 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