diff --git a/src/store/index.js b/src/store/index.js index c8320b65..54ac5d88 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -45,16 +45,16 @@ export default new Vuex.Store({ // UPLOADURL:'http://10.0.1.43:6023/upload/image',//测试 // FILEURL:'http://10.0.1.43:6023/image/',//测试 BASEURL: baseUrl ? baseUrl : window.location.protocol + '//' + window.location.host + '/', // - UPLOADURL: window.location.protocol + '//' + window.location.host + '/upload/image', // - FILEURL: window.location.protocol + '//' + window.location.host + '/image/', //测试 // tag: 本地测试接口 + // UPLOADURL: window.location.protocol + '//' + window.location.host + '/upload/image', // + // FILEURL: window.location.protocol + '//' + window.location.host + '/image/', //测试 // tag: 本地测试接口 /* 2022-05-16 */ // tag: 部署河南项目时,需要打开这两行代码 // UPLOADURL: 'http://124.71.178.44:100/upload/image', // FILEURL: 'http://124.71.178.44:100/image/', /* 2022-06-06 */ // BASEURL:'http://192.168.34.174:6023/', - // UPLOADURL: 'http://192.168.34.125:6023/upload/image', - // FILEURL: 'http://192.168.34.125:6023/image/', + UPLOADURL: 'http://192.168.34.125:6023/upload/image', + FILEURL: 'http://192.168.34.125:6023/image/', // UPLOADURL:'http://192.168.34.246:6023/upload/image', // FILEURL:'http://192.168.34.246:6023/image', diff --git a/src/views/projectAdmin/jlw/laborManage/centerTop.vue b/src/views/projectAdmin/jlw/laborManage/centerTop.vue index 19dbcddd..dcb7a76a 100644 --- a/src/views/projectAdmin/jlw/laborManage/centerTop.vue +++ b/src/views/projectAdmin/jlw/laborManage/centerTop.vue @@ -21,18 +21,16 @@ 总人数 -
- -
+
@@ -155,9 +232,10 @@ export default { width: 3px; color: #636364; } -.mychart { - width: 100%; - height: 40%; -} +.companyChart{ + margin-left: 5%; + width: 90%; + height: 40%; + } diff --git a/src/views/projectAdmin/jlw/laborManage/leftBottom.vue b/src/views/projectAdmin/jlw/laborManage/leftBottom.vue index ec2c9a02..3ca82ecc 100644 --- a/src/views/projectAdmin/jlw/laborManage/leftBottom.vue +++ b/src/views/projectAdmin/jlw/laborManage/leftBottom.vue @@ -135,6 +135,6 @@ export default { } .mychart { width: 100%; - height: calc(100% - 28px); + height: calc(100% - 30px); }