Sfoglia il codice sorgente

display修改宣传视频+页面数据

ZZW 1 anno fa
parent
commit
3d75879b28

BIN
display_model_for_smartagriculture/src/assets/1.mp4


BIN
display_model_for_smartagriculture/src/assets/xc.mp4


+ 2 - 2
display_model_for_smartagriculture/src/pages/device.vue

@@ -423,7 +423,7 @@
 						viewMode: '3D',
 						// 高德地图支持的初始化地图配置
 						// 高德地图初始中心经纬度
-						center: [116.436561, 39.897346],
+						center: [115.8540042,28.687547],
 						// 高德地图初始缩放级别
 						zoom: 9,
 						// 是否开启resize
@@ -522,7 +522,7 @@
 				
 				var disProvince = new AMap.DistrictLayer.Province({
 					zIndex: 1000,
-					adcode: [110000],
+					adcode: [360000],
 					depth: 2,
 					styles: {
 						'fill': function(properties) {

+ 2 - 2
display_model_for_smartagriculture/src/pages/environment.vue

@@ -12,7 +12,7 @@
 							<el-icon style="position: relative;top:2px">
 								<add-location />
 							</el-icon>
-							<span style="margin-left: 5px;">北京</span>
+							<span style="margin-left: 5px;">南昌</span>
 						</div>
 						<div class="flex_item" style="text-align: right;color:#999;font-size:12px">高德地图</div>
 					</div>
@@ -26,7 +26,7 @@
 								</div>
 								<div class="name_v_border"></div>
 								<div class="flex_item">
-									<div style="font-size:20px;color:#5FB878">东</div>
+									<div style="font-size:20px;color:#5FB878">东</div>
 									<div>风向</div>
 								</div>
 							</div>

+ 4 - 4
display_model_for_smartagriculture/src/pages/index.vue

@@ -217,9 +217,9 @@
 		</el-col>
 		<el-col :span="6">
 			<div class="chart" :style="{}">
-				<div class="itemtitle" style="">监控视频</div>
+				<div class="itemtitle" style="">宣传视频</div>
 				<div style="margin: 10px 0px;margin-bottom: 0;border:1px solid rgba(255,255,255,0.6);border-radius: 5px;">
-					<video :style="{width:'100%',height:((height-80)/3 - 40 - 35 - 20)+'px'}" src="../assets/1.mp4"
+					<video :style="{width:'100%',height:((height-80)/3 - 40 - 35 - 20)+'px'}" src="../assets/xc.mp4"
 						controls="controls" autoplay="false"></video>
 				</div>
 			</div>
@@ -405,9 +405,9 @@
 				count: (Math.random(100) * 1000).toFixed(0),
 				category: (Math.random(100) * 1000).toFixed(0),
 				cost: (Math.random(100) * 1000).toFixed(0),
-				temp: (Math.random(100) * 40).toFixed(0),
+				temp: (Math.random(40) * 40).toFixed(0),
 				spedd: (Math.random(100) * 100).toFixed(0),
-				deriction: '东',
+				deriction: '东',
 				water: (Math.random(100) * 50).toFixed(0),
 				lint: (Math.random(100) * 1000).toFixed(0),
 				wend: (Math.random(100) * 1000).toFixed(0),

BIN
vue/src/assets/jk1.mp4


BIN
vue/src/assets/jk2.mp4


+ 0 - 15
vue/src/views/manager/AI/Monitor.vue

@@ -1,15 +0,0 @@
-<script>
-export default {
-  name: "Monitor"
-}
-</script>
-
-<template>
-<div>
-  监控(二阶段)
-</div>
-</template>
-
-<style scoped>
-
-</style>