diff --git a/src/views/counter/map2.vue b/src/views/counter/map2.vue
index ccf146e..ee370fa 100644
--- a/src/views/counter/map2.vue
+++ b/src/views/counter/map2.vue
@@ -172,10 +172,10 @@ export default {
content.push('
' + item.count + '
')
content.push('时间:' + curTime + '
')
content.push('信号:' + item.signal + '电量:' + item.energy + '
')
- content.push('区域:尖沙咀
\n')
- if (drivingButton) {
- content.push('')
- }
+ // content.push('区域:尖沙咀
\n')
+ // if (drivingButton) {
+ // content.push('')
+ // }
const infoWindow = new AMap.InfoWindow({
isCustom: true,
closeWhenClickMap: true,