机械分厂大屏调整
This commit is contained in:
parent
64ff4a16d0
commit
c307ae5a62
@ -8,8 +8,8 @@
|
||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
||||
*/
|
||||
|
||||
export const development={xhr:process.env.VUE_APP_BASE_API,ws:"ws://192.168.3.97:9018/",imgxhr:process.env.VUE_APP_BASE_API+"/image/"}
|
||||
// export const development={xhr:process.env.VUE_APP_BASE_API,ws:"ws://8.130.165.100:9018/",imgxhr:process.env.VUE_APP_BASE_API+"/image/"}
|
||||
// export const development={xhr:process.env.VUE_APP_BASE_API,ws:"ws://192.168.3.97:9018/",imgxhr:process.env.VUE_APP_BASE_API+"/image/"}
|
||||
export const development={xhr:process.env.VUE_APP_BASE_API,ws:"ws://8.130.165.100:9018/",imgxhr:process.env.VUE_APP_BASE_API+"/image/"}
|
||||
export const production={xhr:process.env.VUE_APP_BASE_API,ws:"ws://8.130.165.100:9018/",imgxhr:process.env.VUE_APP_BASE_API+"/image/"}
|
||||
//拼接图片url路径
|
||||
export function imgurlAddXhr(img){
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
* @FilePath: \wwwd:\code\screenFront\src\views\Mechanics\child\son\index.vue
|
||||
* @FilePath: \screenFront\src\views\Mechanics\child\son\index.vue
|
||||
* @Author: 王路平
|
||||
* @文件版本: V1.0.0
|
||||
* @Date: 2023-02-21 14:13:42
|
||||
@ -226,7 +226,7 @@ let data={
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
align-items: end;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.right{
|
||||
@ -234,7 +234,7 @@ let data={
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
align-items: end;
|
||||
align-items: flex-end;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
* @FilePath: \gitscreenFront\src\views\PaintShopView\finishView\top.vue
|
||||
* @FilePath: \screenFront\src\views\PaintShopView\finishView\top.vue
|
||||
* @Author: 王路平
|
||||
* @文件版本: V1.0.0
|
||||
* @Date: 2023-02-13 14:43:28
|
||||
@ -285,8 +285,8 @@ let temp_humi_index = 0
|
||||
// verticalNum3.value.setData(val.FIRE,'icon-ranqi',5,"")
|
||||
verticalNum4.value.setData(noise,'icon-shengyin',120,"dB")
|
||||
// verticalNum5.value.setData(val.Smoke,'icon-yanwubaojingqi',200,"")
|
||||
verticalNum6.value.setData(CH2O,'icon-app_icons--',5,"mg/m3")
|
||||
verticalNum7.value.setData(TVOC,'icon-TVOC-Outlined',5,"PPM")
|
||||
verticalNum6.value.setData(CH2O,'icon-app_icons--',0.08,"mg/m3")
|
||||
verticalNum7.value.setData(TVOC,'icon-TVOC-Outlined',0.5,"PPM")
|
||||
// console.log(pmref.value);
|
||||
humidityref.value.setData({ h: val.temp_humi[temp_humi_index].huim, c: val.temp_humi[temp_humi_index].temp })
|
||||
if (val.temp_humi.length > 1) {
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
* @FilePath: \gitscreenFront\src\views\PaintShopView\machiningView\top.vue
|
||||
* @FilePath: \screenFront\src\views\PaintShopView\machiningView\top.vue
|
||||
* @Author: 王路平
|
||||
* @文件版本: V1.0.0
|
||||
* @Date: 2023-02-13 14:43:28
|
||||
@ -283,8 +283,8 @@ let temp_humi_index = 0
|
||||
// verticalNum3.value.setData(val.FIRE,'icon-ranqi',5,"")
|
||||
verticalNum4.value.setData(noise,'icon-shengyin',120,"dB")
|
||||
// verticalNum5.value.setData(val.Smoke,'icon-yanwubaojingqi',200,"")
|
||||
verticalNum6.value.setData(CH2O,'icon-app_icons--',5,"mg/m3")
|
||||
verticalNum7.value.setData(TVOC,'icon-TVOC-Outlined',5,"PPM")
|
||||
verticalNum6.value.setData(CH2O,'icon-app_icons--',0.08,"mg/m3")
|
||||
verticalNum7.value.setData(TVOC,'icon-TVOC-Outlined',0.5,"PPM")
|
||||
// console.log(pmref.value);
|
||||
humidityref.value.setData({ h: val.temp_humi[temp_humi_index].huim, c: val.temp_humi[temp_humi_index].temp })
|
||||
if (val.temp_humi.length > 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user