diff --git a/src/assets/img/humanResources/1.png b/src/assets/img/humanResources/1.png
new file mode 100644
index 0000000..aa7e4bf
Binary files /dev/null and b/src/assets/img/humanResources/1.png differ
diff --git a/src/assets/img/humanResources/2.png b/src/assets/img/humanResources/2.png
new file mode 100644
index 0000000..85dd7d1
Binary files /dev/null and b/src/assets/img/humanResources/2.png differ
diff --git a/src/assets/img/humanResources/3.png b/src/assets/img/humanResources/3.png
new file mode 100644
index 0000000..8f5e84f
Binary files /dev/null and b/src/assets/img/humanResources/3.png differ
diff --git a/src/assets/img/humanResources/4.png b/src/assets/img/humanResources/4.png
new file mode 100644
index 0000000..084767d
Binary files /dev/null and b/src/assets/img/humanResources/4.png differ
diff --git a/src/components/header.vue b/src/components/header.vue
index 14a5f69..8311fc6 100644
--- a/src/components/header.vue
+++ b/src/components/header.vue
@@ -61,7 +61,7 @@ export default {
{
index: "7",
title: "人力资源",
- path: "/07"
+ path: "/humanResources"
},
{
index: "4",
diff --git a/src/pages/humanResources/home.vue b/src/pages/humanResources/home.vue
new file mode 100644
index 0000000..11e6b65
--- /dev/null
+++ b/src/pages/humanResources/home.vue
@@ -0,0 +1,397 @@
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/page/07.vue b/src/pages/humanResources/index.vue
similarity index 79%
rename from src/pages/page/07.vue
rename to src/pages/humanResources/index.vue
index a1019ef..9271783 100644
--- a/src/pages/page/07.vue
+++ b/src/pages/humanResources/index.vue
@@ -1,11 +1,19 @@
+
+
+
-

+
+
+
-
diff --git a/src/router.js b/src/router.js
index 7232a84..630094c 100644
--- a/src/router.js
+++ b/src/router.js
@@ -72,14 +72,6 @@ export default new Router({
index: 0,
}
},
- {
- path: '/07',
- name: '07',
- component: () => import('@/pages/page/07'),
- meta: {
- index: 0,
- }
- },
{
path: '/08',
name: '08',
@@ -97,6 +89,15 @@ export default new Router({
index: 0,
},
},
+ // 人力资源
+ {
+ path: '/humanResources',
+ name: 'humanResources',
+ component: () => import('@/pages/humanResources/index'),
+ meta: {
+ index: 0,
+ },
+ },
// 首页
{
path: '/home',