DESKTOP-CRQ4N2U\jintian il y a 1 an
Parent
commit
78748c49d1
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/Map3d/components/ImageLayerSplit.vue

+ 2 - 2
src/views/Map3d/components/ImageLayerSplit.vue

@@ -669,10 +669,10 @@
 						res.value = res;
 						res.label = res.layername;
 
-						if (res.layername === "牟平中心城") {
+						if (res.layername === "配水间") {
 							_self.leftValue = res;
 						}
-						if (res.layername === "牟平区") {
+						if (res.layername === "联合站") {
 							_self.rightValue = res;
 						}