diff --git a/src/assets/icons/svg/exitbtn.svg b/src/assets/icons/svg/exitbtn.svg
new file mode 100644
index 00000000..8b8b0eff
--- /dev/null
+++ b/src/assets/icons/svg/exitbtn.svg
@@ -0,0 +1,12 @@
+
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/helpbtn.svg b/src/assets/icons/svg/helpbtn.svg
new file mode 100644
index 00000000..5960b5b3
--- /dev/null
+++ b/src/assets/icons/svg/helpbtn.svg
@@ -0,0 +1,20 @@
+
+
\ No newline at end of file
diff --git a/src/assets/images/choicepart/Core.png b/src/assets/images/choicepart/Core.png
new file mode 100644
index 00000000..f1d1b73d
Binary files /dev/null and b/src/assets/images/choicepart/Core.png differ
diff --git a/src/assets/images/choicepart/Delivery.png b/src/assets/images/choicepart/Delivery.png
new file mode 100644
index 00000000..b0331ade
Binary files /dev/null and b/src/assets/images/choicepart/Delivery.png differ
diff --git a/src/assets/images/choicepart/Energy.png b/src/assets/images/choicepart/Energy.png
new file mode 100644
index 00000000..a6511565
Binary files /dev/null and b/src/assets/images/choicepart/Energy.png differ
diff --git a/src/assets/images/choicepart/Equipment.png b/src/assets/images/choicepart/Equipment.png
new file mode 100644
index 00000000..763e5396
Binary files /dev/null and b/src/assets/images/choicepart/Equipment.png differ
diff --git a/src/assets/images/choicepart/Extend.png b/src/assets/images/choicepart/Extend.png
new file mode 100644
index 00000000..ae319647
Binary files /dev/null and b/src/assets/images/choicepart/Extend.png differ
diff --git a/src/assets/images/choicepart/Group.png b/src/assets/images/choicepart/Group.png
new file mode 100644
index 00000000..3c16e819
Binary files /dev/null and b/src/assets/images/choicepart/Group.png differ
diff --git a/src/assets/images/choicepart/Material.png b/src/assets/images/choicepart/Material.png
new file mode 100644
index 00000000..b4b1364a
Binary files /dev/null and b/src/assets/images/choicepart/Material.png differ
diff --git a/src/assets/images/choicepart/Order.png b/src/assets/images/choicepart/Order.png
new file mode 100644
index 00000000..7c8a3216
Binary files /dev/null and b/src/assets/images/choicepart/Order.png differ
diff --git a/src/assets/images/choicepart/Packaging.png b/src/assets/images/choicepart/Packaging.png
new file mode 100644
index 00000000..60ccd89e
Binary files /dev/null and b/src/assets/images/choicepart/Packaging.png differ
diff --git a/src/assets/images/choicepart/Quality.png b/src/assets/images/choicepart/Quality.png
new file mode 100644
index 00000000..e6680dfa
Binary files /dev/null and b/src/assets/images/choicepart/Quality.png differ
diff --git a/src/assets/images/choicepart/Report.png b/src/assets/images/choicepart/Report.png
new file mode 100644
index 00000000..a103eede
Binary files /dev/null and b/src/assets/images/choicepart/Report.png differ
diff --git a/src/assets/images/choicepart/System.png b/src/assets/images/choicepart/System.png
new file mode 100644
index 00000000..30a1a7e8
Binary files /dev/null and b/src/assets/images/choicepart/System.png differ
diff --git a/src/assets/images/choicepart/Warehouse.png b/src/assets/images/choicepart/Warehouse.png
new file mode 100644
index 00000000..d808730d
Binary files /dev/null and b/src/assets/images/choicepart/Warehouse.png differ
diff --git a/src/assets/images/choicepart/avatar.png b/src/assets/images/choicepart/avatar.png
new file mode 100644
index 00000000..4b1f623a
Binary files /dev/null and b/src/assets/images/choicepart/avatar.png differ
diff --git a/src/assets/images/choicepart/choice-item-back.png b/src/assets/images/choicepart/choice-item-back.png
new file mode 100644
index 00000000..1cddcef5
Binary files /dev/null and b/src/assets/images/choicepart/choice-item-back.png differ
diff --git a/src/assets/images/choicepart/choicepart-back.png b/src/assets/images/choicepart/choicepart-back.png
new file mode 100644
index 00000000..2f7a3de4
Binary files /dev/null and b/src/assets/images/choicepart/choicepart-back.png differ
diff --git a/src/assets/images/cnbm.png b/src/assets/images/cnbm.png
new file mode 100644
index 00000000..ed7d3fdf
Binary files /dev/null and b/src/assets/images/cnbm.png differ
diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue
index 4902d3d8..d7c255e2 100644
--- a/src/components/Breadcrumb/index.vue
+++ b/src/components/Breadcrumb/index.vue
@@ -35,7 +35,7 @@ export default {
const first = matched[0]
if (!this.isDashboard(first)) {
- matched = [{ path: '/index', meta: { title: '首页' }}].concat(matched)
+ matched = [{ path: '/', meta: { title: '首页' }}].concat(matched)
}
this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false)
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 655a9ab5..c23172b9 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -5,8 +5,12 @@