diff --git a/public/favicon.ico b/public/favicon.ico
deleted file mode 100644
index 34b63ac..0000000
Binary files a/public/favicon.ico and /dev/null differ
diff --git a/public/favicon.png b/public/favicon.png
new file mode 100644
index 0000000..81efdaa
Binary files /dev/null and b/public/favicon.png differ
diff --git a/src/icons/svg/事件.svg b/src/icons/svg/事件.svg
index ab9ff4b..88c45c2 100644
--- a/src/icons/svg/事件.svg
+++ b/src/icons/svg/事件.svg
@@ -1,2 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/icons/svg/人员.svg b/src/icons/svg/员工.svg
similarity index 100%
rename from src/icons/svg/人员.svg
rename to src/icons/svg/员工.svg
diff --git a/src/icons/svg/测试.svg b/src/icons/svg/测试.svg
new file mode 100644
index 0000000..6c8e1b8
--- /dev/null
+++ b/src/icons/svg/测试.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/svg/我的.svg b/src/icons/svg/用户.svg
similarity index 100%
rename from src/icons/svg/我的.svg
rename to src/icons/svg/用户.svg
diff --git a/src/icons/svg/管理.svg b/src/icons/svg/管理.svg
new file mode 100644
index 0000000..daf22d9
--- /dev/null
+++ b/src/icons/svg/管理.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/svg/统计.svg b/src/icons/svg/统计.svg
new file mode 100644
index 0000000..61af15a
--- /dev/null
+++ b/src/icons/svg/统计.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/svg/超级管理.svg b/src/icons/svg/超级管理.svg
new file mode 100644
index 0000000..f0fa62d
--- /dev/null
+++ b/src/icons/svg/超级管理.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/svg/首页.svg b/src/icons/svg/首页.svg
new file mode 100644
index 0000000..f29aab0
--- /dev/null
+++ b/src/icons/svg/首页.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/router/index.js b/src/router/index.js
index 5d3cb9c..283da28 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -51,7 +51,7 @@ export const constantRoutes = [
path: 'dashboard',
name: 'Dashboard',
component: () => import('@/views/dashboard/index'),
- meta: { title: '首页', icon: 'dashboard' }
+ meta: { title: '首页', icon: '首页' }
}]
},
@@ -108,7 +108,7 @@ export const constantRoutes = [
name: 'Person',
meta: {
title: '员工',
- icon: '人员'
+ icon: '员工'
},
children: [
{
@@ -159,7 +159,7 @@ export const constantRoutes = [
name: 'Analysis',
meta: {
title: '统计与分析',
- icon: '事件'
+ icon: '统计'
},
children: [
{
@@ -181,7 +181,7 @@ export const constantRoutes = [
component: () => import('@/views/user/manage'),
meta: {
title: '账户',
- icon: '我的'
+ icon: '用户'
}
}]
},
@@ -193,7 +193,7 @@ export const constantRoutes = [
name: 'Manage',
meta: {
title: '管理',
- icon: 'nested'
+ icon: '管理'
},
children: [
{
@@ -274,7 +274,7 @@ export const constantRoutes = [
name: 'SuperManage',
meta: {
title: '超级管理',
- icon: '事件'
+ icon: '超级管理'
},
children: [
{
@@ -295,7 +295,7 @@ export const constantRoutes = [
name: 'Test',
meta: {
title: '测试',
- icon: '人员'
+ icon: '测试'
},
children: [
{