diff --git a/src/views/index/components/SiteSearch.vue b/src/views/index/components/SiteSearch.vue
index d8a10b3..fed5894 100644
--- a/src/views/index/components/SiteSearch.vue
+++ b/src/views/index/components/SiteSearch.vue
@@ -80,7 +80,7 @@ export default {
data() {
return {
- filterText: '所有站点',
+ filterText: 'all sites',
expand: false,
};
},
@@ -95,7 +95,7 @@ export default {
onToggle(show) {
this.expand = show;
if (!this.expand) {
- !this.filterText && (this.filterText = '所有站点');
+ !this.filterText && (this.filterText = 'all sites');
}
},
onNodeClick(x) {
diff --git a/src/views/index/index1.vue b/src/views/index/index1.vue
index 1728cbb..69e8d8a 100644
--- a/src/views/index/index1.vue
+++ b/src/views/index/index1.vue
@@ -70,12 +70,12 @@ export default {
// http://lbs.tianditu.gov.cn/api/js4.0/class.html
const ctrl = new T.Control.MapType([
{
- title: '地图',
+ title: 'map',
icon: 'http://api.tianditu.gov.cn/v4.0/image/map/maptype/vector.png',
layer: window.TMAP_NORMAL_MAP,
},
{
- title: '卫星',
+ title: 'satellite',
icon: ' http://api.tianditu.gov.cn/v4.0/image/map/maptype/satellite.png',
layer: window.TMAP_SATELLITE_MAP,
},
diff --git a/src/views/iot/device/index.vue b/src/views/iot/device/index.vue
index 97818f9..b7bf3f7 100644
--- a/src/views/iot/device/index.vue
+++ b/src/views/iot/device/index.vue
@@ -18,7 +18,7 @@
@@ -46,7 +46,7 @@
@@ -65,7 +65,7 @@