From 8d5e327b23986583ad30d9ec1e1bae3f2e1edb38 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期日, 17 四月 2022 13:33:07 +0800
Subject: [PATCH] 人事人才
---
src/router/router.js | 58 ++++++++++++++++++++++++++++++++++++++++++++++------------
1 files changed, 46 insertions(+), 12 deletions(-)
diff --git a/src/router/router.js b/src/router/router.js
index 07396db..8cb015b 100644
--- a/src/router/router.js
+++ b/src/router/router.js
@@ -3,7 +3,7 @@
import jiuyeAndChuangye from "../pages/show/jiuyeAndChuangye/jiuyeAndChuangye";
import shehuiBaozhang from "../pages/show/shehuiBaozhang/shehuiBaozhang";
import OtherBusiness from '../pages/show/otherBusiness/OtherBusiness'
-
+import PersonnelTalents from '../pages/show/personnelTalents/PersonnelTalents'
const indexRouter = {
path: "/",
name: "index",
@@ -95,43 +95,43 @@
},
{
path: "/qiyezhigongShebao",
- meta: { title: "浼佷笟鑱屽伐绀句繚" },
+ meta: {title: "浼佷笟鑱屽伐绀句繚"},
name: "qiyezhigongShebao",
component: () =>
import(
"@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/qiyezhigongShebao.vue"
- )
+ )
},
{
path: "/jiguanzhigongShebao",
- meta: { title: "鏈哄叧鑱屽伐绀句繚" },
+ meta: {title: "鏈哄叧鑱屽伐绀句繚"},
name: "jiguanzhigongShebao",
component: () =>
import(
"@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/jiguanzhigongShebao.vue"
- )
+ )
},
{
path: "/juminYanglaoBaoxian",
- meta: { title: "灞呮皯鍏昏�佷繚闄�" },
+ meta: {title: "灞呮皯鍏昏�佷繚闄�"},
name: "juminYanglaoBaoxian",
component: () =>
import(
"@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/juminYanglaoBaoxian.vue"
- )
+ )
},
{
path: "/shiyeBaoxian",
- meta: { title: "澶变笟淇濋櫓" },
+ meta: {title: "澶变笟淇濋櫓"},
name: "shiyeBaoxian",
component: () =>
import(
"@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shiyeBaoxian.vue"
- )
+ )
},
{
path: "/gongshangBaoxian",
- meta: { title: "宸ヤ激淇濋櫓" },
+ meta: {title: "宸ヤ激淇濋櫓"},
name: "gongshangBaoxian",
component: () =>
import(
@@ -140,7 +140,7 @@
},
{
path: "/shebaoZhengjiShouru",
- meta: { title: "绀句繚寰侀泦鏀跺叆鏄庣粏" },
+ meta: {title: "绀句繚寰侀泦鏀跺叆鏄庣粏"},
name: "shebaoZhengjiShouru",
component: () =>
import(
@@ -149,7 +149,7 @@
},
{
path: "/shebaoChikaRenshu",
- meta: { title: "绀句繚鍗℃寔鍗′汉鏁�" },
+ meta: {title: "绀句繚鍗℃寔鍗′汉鏁�"},
name: "shebaoChikaRenshu",
component: () =>
import(
@@ -157,6 +157,39 @@
)
}
]
+ },
+ {
+ path: '/personnelTalents',
+ meta: {title: "浜轰簨浜烘墠"},
+ name: 'PersonnelTalents',
+ redirect: '/personnelTalents_unitPersonnel',
+ component: PersonnelTalents,
+ children:[
+ {
+ path: "/personnelTalents_unitPersonnel",
+ meta: {title: "浜嬩笟鍗曚綅浜哄憳鎯呭喌"},
+ name: "/PersonnelTalents_unitPersonnel",
+ component: () =>
+ import(
+ "@/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue"
+ )
+ },
+ {
+ path: "/personnelTalents_greenCard",
+ meta: {title: "浜烘墠缁垮崱琛ヨ创"},
+ name: "/PersonnelTalents_GreenCard",
+ component: () =>
+ import(
+ "@/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_GreenCard.vue"
+ )
+ }
+ ]
+ },
+ {
+ path: '/laborRelations',
+ meta: {title: "鍔冲姩鍏崇郴"},
+ name: 'LaborRelations',
+ component: () => import("@/pages/show/laborRelations/LaborRelations.vue")
},
{
path: "/otherBusiness",
@@ -195,6 +228,7 @@
};
const login = {
path: "/login",
+ name:'login',
component: () => import("@/pages/login.vue"),
meta: {
title: `鍚庡彴鐧婚檰`
--
Gitblit v1.9.1