From 87f03f7568fb31a46ccbc7fac68863d563be42d4 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期四, 14 四月 2022 09:19:44 +0800
Subject: [PATCH] 其他业务
---
src/router/router.js | 28 +++++++++++++++++-----------
src/pages/components/showIndexTitle.vue | 2 +-
src/pages/show/laborRelations/LaborRelations.vue | 15 +++++++++++++++
3 files changed, 33 insertions(+), 12 deletions(-)
diff --git a/src/pages/components/showIndexTitle.vue b/src/pages/components/showIndexTitle.vue
index bfef540..1967fec 100644
--- a/src/pages/components/showIndexTitle.vue
+++ b/src/pages/components/showIndexTitle.vue
@@ -28,7 +28,7 @@
<h1>浜轰簨浜烘墠</h1>
</div>
</el-menu-item>
- <el-menu-item>
+ <el-menu-item index="/laborRelations">
<div class="showIndex-block">
<h1>鍔冲姩鍏崇郴</h1>
</div>
diff --git a/src/pages/show/laborRelations/LaborRelations.vue b/src/pages/show/laborRelations/LaborRelations.vue
new file mode 100644
index 0000000..397949d
--- /dev/null
+++ b/src/pages/show/laborRelations/LaborRelations.vue
@@ -0,0 +1,15 @@
+<template>
+<div class="loborRelations">
+ 鍔冲姩鍏崇郴
+</div>
+</template>
+
+<script>
+export default {
+ name: "LoborRelations"
+}
+</script>
+
+<style scoped>
+
+</style>
diff --git a/src/router/router.js b/src/router/router.js
index 07396db..36ba0fb 100644
--- a/src/router/router.js
+++ b/src/router/router.js
@@ -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(
@@ -159,6 +159,12 @@
]
},
{
+ path: '/laborRelations',
+ meta: {title: "鍔冲姩鍏崇郴"},
+ name: 'LaborRelations',
+ component: () => import("@/pages/show/laborRelations/LaborRelations.vue")
+ },
+ {
path: "/otherBusiness",
component: OtherBusiness,
meta: {title: "鍏朵粬涓氬姟"},
--
Gitblit v1.9.1