|
@@ -1,6 +1,7 @@
|
|
|
import persagyLogo from "@/assets/image/horImg/persagyLogo.svg";
|
|
|
import CBILogo from "@/assets/image/horImg/persagyLogo2.svg";
|
|
|
import zhijiangLogo from "@/assets/image/horImg/zhijianglogo.png";
|
|
|
+import NuoHeLogo from "@/assets/image/horImg/NuoHeLogo.png";
|
|
|
|
|
|
import changeVer from "@/assets/image/horImg/changeVer.svg";
|
|
|
import changeHor from "@/assets/image/horImg/changeHor.svg";
|
|
@@ -37,41 +38,42 @@ import playbutton from "@/assets/image/horImg/playbutton.svg"
|
|
|
import stopbutton from "@/assets/image/horImg/stopbutton.svg"
|
|
|
|
|
|
export const dapingImage = {
|
|
|
- persagyLogo: persagyLogo,
|
|
|
- zhijiangLogo: zhijiangLogo,
|
|
|
- changeVer: changeVer,
|
|
|
- changeHor: changeHor,
|
|
|
+ persagyLogo: persagyLogo,
|
|
|
+ zhijiangLogo: zhijiangLogo,
|
|
|
+ changeVer: changeVer,
|
|
|
+ changeHor: changeHor,
|
|
|
+ NuoHeLogo,
|
|
|
|
|
|
- yellowlight: yellowlight,
|
|
|
- redlight: redlight,
|
|
|
- greenlight: greenlight,
|
|
|
- bluegreen: bluegreen,
|
|
|
- yellowgreen: yellowgreen,
|
|
|
- redyellow: redyellow,
|
|
|
- bluelight: bluelight,
|
|
|
+ yellowlight: yellowlight,
|
|
|
+ redlight: redlight,
|
|
|
+ greenlight: greenlight,
|
|
|
+ bluegreen: bluegreen,
|
|
|
+ yellowgreen: yellowgreen,
|
|
|
+ redyellow: redyellow,
|
|
|
+ bluelight: bluelight,
|
|
|
|
|
|
- lastco2: lastco2,
|
|
|
- lasthumidity: lasthumidity,
|
|
|
- lastmethanal: lastmethanal,
|
|
|
- lastpm25: lastpm25,
|
|
|
- lasttemp: lasttemp,
|
|
|
+ lastco2: lastco2,
|
|
|
+ lasthumidity: lasthumidity,
|
|
|
+ lastmethanal: lastmethanal,
|
|
|
+ lastpm25: lastpm25,
|
|
|
+ lasttemp: lasttemp,
|
|
|
|
|
|
- floor_co2: floor_co2,
|
|
|
- floor_jiaquan: floor_jiaquan,
|
|
|
- floor_pm25: floor_pm25,
|
|
|
- floor_shidu: floor_shidu,
|
|
|
- floor_wendu: floor_wendu,
|
|
|
+ floor_co2: floor_co2,
|
|
|
+ floor_jiaquan: floor_jiaquan,
|
|
|
+ floor_pm25: floor_pm25,
|
|
|
+ floor_shidu: floor_shidu,
|
|
|
+ floor_wendu: floor_wendu,
|
|
|
|
|
|
- floor_co2_ver: floor_co2_ver,
|
|
|
- floor_jiaquan_ver: floor_jiaquan_ver,
|
|
|
- floor_pm25_ver: floor_pm25_ver,
|
|
|
- floor_shidu_ver: floor_shidu_ver,
|
|
|
- floor_wendu_ver: floor_wendu_ver,
|
|
|
+ floor_co2_ver: floor_co2_ver,
|
|
|
+ floor_jiaquan_ver: floor_jiaquan_ver,
|
|
|
+ floor_pm25_ver: floor_pm25_ver,
|
|
|
+ floor_shidu_ver: floor_shidu_ver,
|
|
|
+ floor_wendu_ver: floor_wendu_ver,
|
|
|
|
|
|
- lastGold: lastGold,
|
|
|
- lastGray: lastGray,
|
|
|
+ lastGold: lastGold,
|
|
|
+ lastGray: lastGray,
|
|
|
|
|
|
- playbutton:playbutton,
|
|
|
- stopbutton:stopbutton,
|
|
|
- CBILogo:CBILogo
|
|
|
+ playbutton: playbutton,
|
|
|
+ stopbutton: stopbutton,
|
|
|
+ CBILogo: CBILogo,
|
|
|
};
|