diff --git a/pages.json b/pages.json
index 5aa7d7e..2f455a0 100644
--- a/pages.json
+++ b/pages.json
@@ -17,6 +17,11 @@
"style": {
"navigationBarTitleText": "河道保洁"
}
+ },{
+ "path": "pages/location/index",
+ "style": {
+ "navigationBarTitleText": "河道保洁"
+ }
},{
"path": "inspect/inspect",
"style": {
diff --git a/pages/location/index.vue b/pages/location/index.vue
new file mode 100644
index 0000000..e9def50
--- /dev/null
+++ b/pages/location/index.vue
@@ -0,0 +1,287 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 纬度:
+
+
+ {{item.latitude}}
+
+
+ 经度:
+
+
+ {{item.longitude}}
+
+
+
+ 设备速度:
+
+
+ {{item.speed/10}}km/h
+
+
+
+ 设备告警:
+
+
+ {{toGetWarn(item.alarm_message)}}
+
+
+
+ 设备状态:
+
+
+ {{toGetStatus(item.status)}}
+
+
+
+ 上报时间:
+
+
+ {{item.created_at}}
+
+
+ 更新时间:
+
+
+ {{item.updated_at}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/unpackage/dist/build/h5/index.html b/unpackage/dist/build/h5/index.html
index 6247077..d32d525 100644
--- a/unpackage/dist/build/h5/index.html
+++ b/unpackage/dist/build/h5/index.html
@@ -1,2 +1,2 @@
patrol-gamble-mobile
\ No newline at end of file
+ document.write('')