宁夏大屏不显示问题

This commit is contained in:
binbin_pan 2024-05-13 10:11:43 +08:00
parent 602054580a
commit ada8e96ccd
7 changed files with 19 additions and 21 deletions

View File

@ -22,7 +22,7 @@ module.exports = {
'/screen': {
// target: 'http://112.29.103.165:21626',//重庆
// target: 'http://192.168.0.14:21624',//测试
target: 'http://10.40.92.140:28080',
target: 'http://10.40.92.138:28080',
changeOrigin: true,
// secure: true, //如果是https接口需要配置这个参数
pathRewrite: {

View File

@ -21,9 +21,7 @@ export default {
<style lang="less">
.el-dialog {
//
background-color: rgba(0, 0, 0, 0.5);
// background-color: transparent;
// background-color: #000;
background: rgba(0, 0, 0, 0.5);
background-image: url('./assets/img/dialog/window.png');
background-size: 100% 100%;
background-repeat: no-repeat;

View File

@ -87,7 +87,7 @@ export default {
getTotalOwnershipApi().then(res => {
this.newArrOne.push(
{ name: '施工机具总保有量', value: res.data[0].totalOwnershipNum },
// { url: GROUP, name: '', value: res.data[1].totalOwnershipNum },
{ url: GROUP, name: '工器具总保有量', value: res.data[1].totalOwnershipNum },
)
this.newArr.push(
{ url: GROUP, name: '在库机具', value: res.data[0].stockNum },
@ -95,11 +95,11 @@ export default {
{ url: GROUP, name: '在用机具', value: res.data[0].useNum },
{ url: GROUP, name: '在修机具', value: res.data[0].repairNum },
{ url: GROUP, name: '报废机具', value: res.data[0].scrapNum },
// { url: GROUP, name: '', value: res.data[1].stockNum },
// { url: GROUP, name: '', value: res.data[1].storedNum },
// { url: GROUP, name: '', value: res.data[1].useNum },
// { url: GROUP, name: '', value: res.data[1].repairNum },
// { url: GROUP, name: '', value: res.data[1].scrapNum },
{ url: GROUP, name: '在库工器具', value: res.data[1].stockNum },
{ url: GROUP, name: '待入库工器具', value: res.data[1].storedNum },
{ url: GROUP, name: '在用工器具', value: res.data[1].useNum },
{ url: GROUP, name: '在修工器具', value: res.data[1].repairNum },
{ url: GROUP, name: '报废工器具', value: res.data[1].scrapNum },
)
})
},

View File

@ -5,9 +5,9 @@
<h5 class="access-rate-box-title">领料数据</h5>
</div>
<CountFlopOne :val="num" sonTitle="施工机具今日出库"></CountFlopOne>
<!-- <div class="access-rate-box-top">
<div class="access-rate-box-top">
<CountFlopOne :val="num2" sonTitle="工器具今日出库"></CountFlopOne>
</div> -->
</div>
</div>
</div>
</template>

View File

@ -5,9 +5,9 @@
<h5 class="access-rate-box-title">退料数据</h5>
</div>
<CountFlopTwo :val="num" sonTitle="施工机具今日入库"></CountFlopTwo>
<!-- <div class="access-rate-box-top">
<div class="access-rate-box-top">
<CountFlopTwo :val="num2" sonTitle="工器具今日退料"></CountFlopTwo>
</div> -->
</div>
</div>
</div>
</template>

View File

@ -8,8 +8,8 @@
<div class="leftModuleBox">
<LeftOne></LeftOne>
<LeftTwo></LeftTwo>
<!-- <LeftThree></LeftThree> -->
<LeftFour></LeftFour>
<LeftThree></LeftThree>
<!-- <LeftFour></LeftFour> -->
</div>
@ -20,9 +20,9 @@
</div>
<div class="center-top">
<!-- 宁夏地图 -->
<!-- <CountryMap></CountryMap> -->
<CountryMap></CountryMap>
<!-- 重庆地图 -->
<Center3DMap></Center3DMap>
<!-- <Center3DMap></Center3DMap> -->
</div>
<div class="center-bottom">
<CenterBottom></CenterBottom>
@ -51,8 +51,8 @@
<RightOne></RightOne>
<rightTwo></rightTwo>
<rightThree></rightThree>
<LeftThree></LeftThree>
<!-- <RightFour></RightFour> -->
<!-- <LeftThree></LeftThree> -->
<RightFour></RightFour>
</div>
</div>
<!-- 获取天气 -->

View File

@ -45,7 +45,7 @@ module.exports = {
// target: `http://10.40.92.8:8080`, //超
// target: `http://10.40.92.81:8080`, //韩/
// target: `http://10.40.92.74:8080`,//旭/
target: `http://10.40.92.140:28080`, //帅
target: `http://10.40.92.138:28080`, //帅
// target: `http://10.40.92.14:28080`, //福
//******** 注意事项 ********* */