diff --git a/config/index.js b/config/index.js
index 533e9ea..d01af5c 100644
--- a/config/index.js
+++ b/config/index.js
@@ -17,6 +17,11 @@ module.exports = {
target: 'http://demo.open.renren.io',
changeOrigin: true
},
+ '/sys': {
+ // target: 'http://demo.open.renren.io',
+ target: 'http://10.0.1.180:8001',
+ changeOrigin: true
+ },
},
// Various Dev Server settings
diff --git a/index.html b/index.html
index 11f621b..a16ed7c 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
数字化管理系统
-
+
diff --git a/package-lock.json b/package-lock.json
index 0d515d5..3813dbc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3827,6 +3827,14 @@
"safer-buffer": "^2.1.0"
}
},
+ "echarts": {
+ "version": "4.7.0",
+ "resolved": "https://registry.npmjs.org/echarts/-/echarts-4.7.0.tgz",
+ "integrity": "sha512-NlOTdUcAsIyCCG+N4uh0ZEvXtrPW2jvcuqf03RyqYeCKzyPbiOQ4I3MdKXMhxG3lBdqQNdNXVT71SB4KTQjN0A==",
+ "requires": {
+ "zrender": "4.3.0"
+ }
+ },
"editorconfig": {
"version": "0.15.3",
"resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.3.tgz",
@@ -19771,6 +19779,11 @@
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
}
}
+ },
+ "zrender": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/zrender/-/zrender-4.3.0.tgz",
+ "integrity": "sha512-Dii6j2bDsPkxQayuVf2DXJeruIB/mKVxxcGRZQ9GExiBd4c3w7+oBuvo1O/JGHeFeA1nCmSDVDs/S7yKZG1nrA=="
}
}
}
diff --git a/package.json b/package.json
index 4231af7..9032a09 100644
--- a/package.json
+++ b/package.json
@@ -11,12 +11,14 @@
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
- "build": "gulp"
+ "build": "node build/build.js",
+ "gulp": "gulp"
},
"dependencies": {
"axios": "^0.19.2",
"babel-plugin-component": "0.10.1",
"babel-polyfill": "6.26.0",
+ "echarts": "^4.7.0",
"element-ui": "^2.13.1",
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
diff --git a/src/main.js b/src/main.js
index 17c495d..7f74cd8 100644
--- a/src/main.js
+++ b/src/main.js
@@ -15,9 +15,9 @@ Vue.use(VueCookie)
Vue.config.productionTip = false
// 非生产环境, 适配mockjs模拟数据 // api: https://github.com/nuysoft/Mock
-if (process.env.NODE_ENV !== 'production') {
- require('@/mock')
-}
+// if (process.env.NODE_ENV !== 'production') {
+// require('@/mock')
+// }
// 挂载全局
Vue.prototype.$http = httpRequest // ajax请求方法
diff --git a/src/views/business/staff/staff-archives/index.vue b/src/views/business/staff/staff-archives/index.vue
index 6f23797..ec8cb53 100644
--- a/src/views/business/staff/staff-archives/index.vue
+++ b/src/views/business/staff/staff-archives/index.vue
@@ -1,5 +1,39 @@
+
+