diff --git a/dist.zip b/dist.zip index e875bcb5..772ad71f 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/assets/js/http.js b/src/assets/js/http.js index db7915b9..accf5392 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -77,7 +77,7 @@ if (process.env.NODE_ENV == 'development') { } else if (process.env.NODE_ENV == 'production') { let host = window.location.host axios.defaults.baseURL = window.location.protocol + '//' + host + '/' - // axios.defaults.baseURL ='http://192.168.34.125:6023/' + // axios.defaults.baseURL ='http://192.168.34.216:6023/' // axios.defaults.baseURL = window.location.protocol + "//" + host.split(":")[0] + ":6023" + "/" // axios.defaults.baseURL = 'http://zhgd.loganwy.com/' } diff --git a/src/components/account.vue b/src/components/account.vue index fe3f05a8..2b01a7d7 100644 --- a/src/components/account.vue +++ b/src/components/account.vue @@ -21,9 +21,9 @@ >入场码:{{$store.state.currentProDetail.placeCode}}

-
+
@@ -12,8 +12,8 @@ export default {} .monitor { width: 100%; height: 100%; - // background: url(../assets/temp/8.png) no-repeat; - // background-size: 100% 100%; + background: url(../assets/temp/8.png) no-repeat; + background-size: 100% 100%; display: flex; flex-wrap: wrap; justify-content: space-between; diff --git a/src/views/projectAdmin/zjsj/quality/right.vue b/src/views/projectAdmin/zjsj/quality/right.vue index 926adcea..1a8640f6 100644 --- a/src/views/projectAdmin/zjsj/quality/right.vue +++ b/src/views/projectAdmin/zjsj/quality/right.vue @@ -1,7 +1,7 @@ @@ -47,5 +47,8 @@ export default { padding: 10px; width: 100%; height: 100%; + background-image: url(../assets/images/common/bgc_bim.png); + background-repeat: no-repeat; + background-size: 110%; } diff --git a/src/views/projectFront/BIMCenter/overviewTwo.vue b/src/views/projectFront/BIMCenter/overviewTwo.vue index 338c1ed0..d77e0a1c 100644 --- a/src/views/projectFront/BIMCenter/overviewTwo.vue +++ b/src/views/projectFront/BIMCenter/overviewTwo.vue @@ -1,30 +1,33 @@