diff --git a/.env.development b/.env.development
index a15bddb..8035636 100644
--- a/.env.development
+++ b/.env.development
@@ -3,3 +3,4 @@ ENV = 'development'
# base api
VUE_APP_BASE_API = 'http://vue.admin.net/api'
+VUE_APP_BASE_API1 = 'http://vue.admin.net/hrapi'
diff --git a/.env.production b/.env.production
index 888638c..12dd067 100644
--- a/.env.production
+++ b/.env.production
@@ -3,4 +3,5 @@ ENV = 'production'
# base api
VUE_APP_BASE_API = 'http://ginadmin.hxgk.group/api'
+VUE_APP_BASE_API1 = 'http://ginadmin.hxgk.group/hrapi'
diff --git a/.env.staging b/.env.staging
index abd748d..72fb432 100644
--- a/.env.staging
+++ b/.env.staging
@@ -4,5 +4,6 @@ NODE_ENV = production
ENV = 'staging'
# base api
-VUE_APP_BASE_API = 'http://new.hxgk.group/api'
+VUE_APP_BASE_API = '172.0.0.1:8888/api'
+VUE_APP_BASE_API1 = '172.0.0.1:8888/hrapi'
diff --git a/package.json b/package.json
index 0a514b0..9ae281c 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,7 @@
"dependencies": {
"axios": "0.18.1",
"core-js": "^3.20.2",
+ "echarts": "^5.3.2",
"element-ui": "2.15.6",
"js-cookie": "2.2.0",
"normalize.css": "7.0.0",
diff --git a/src/--layout/components/Sidebar/index.vue b/src/--layout/components/Sidebar/index.vue
deleted file mode 100644
index b1fef16..0000000
--- a/src/--layout/components/Sidebar/index.vue
+++ /dev/null
@@ -1,95 +0,0 @@
-
-