宁夏大屏不显示问题

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': { '/screen': {
// target: 'http://112.29.103.165:21626',//重庆 // target: 'http://112.29.103.165:21626',//重庆
// target: 'http://192.168.0.14:21624',//测试 // target: 'http://192.168.0.14:21624',//测试
target: 'http://10.40.92.140:28080', target: 'http://10.40.92.138:28080',
changeOrigin: true, changeOrigin: true,
// secure: true, //如果是https接口需要配置这个参数 // secure: true, //如果是https接口需要配置这个参数
pathRewrite: { pathRewrite: {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -45,7 +45,7 @@ module.exports = {
// target: `http://10.40.92.8:8080`, //超 // target: `http://10.40.92.8:8080`, //超
// target: `http://10.40.92.81:8080`, //韩/ // target: `http://10.40.92.81:8080`, //韩/
// target: `http://10.40.92.74: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`, //福 // target: `http://10.40.92.14:28080`, //福
//******** 注意事项 ********* */ //******** 注意事项 ********* */