瀏覽代碼

no message

XAWDJ0277HWXPT2\Administrator 4 年之前
父節點
當前提交
e593c5dd13

文件差異過大導致無法顯示
+ 1 - 1
web/index.html


文件差異過大導致無法顯示
+ 2 - 2
web/js/app.d9cc869a.js


文件差異過大導致無法顯示
+ 1 - 1
web/js/app.d9cc869a.js.map


文件差異過大導致無法顯示
+ 0 - 4
web/js/chunk-476b0587.83e6f19b.js


文件差異過大導致無法顯示
+ 0 - 1
web/js/chunk-476b0587.83e6f19b.js.map


文件差異過大導致無法顯示
+ 4 - 0
web/js/chunk-476b0587.b0ddb10a.js


文件差異過大導致無法顯示
+ 1 - 0
web/js/chunk-476b0587.b0ddb10a.js.map


+ 6 - 6
webConfig/src/views/GISMap.vue

@@ -2515,9 +2515,9 @@
                             if(this.browserLanguage == 'bd'){
                                 this.mapGet('lamp',[theRequest.longitude,theRequest.latitude],false,true);
                             }else{
-                                setTimeout(function(){
-                                    this_.mapEnIsTrue = true;
-                                    this_.mapGet_en('lamp',[theRequest.longitude,theRequest.latitude],false,true);
+                                setTimeout(()=>{
+                                    this.mapEnIsTrue = true;
+                                    this.mapGet_en('lamp',[theRequest.longitude,theRequest.latitude],false,true);
                                 },1000)
                             }
                             
@@ -2525,9 +2525,9 @@
                             if(this.browserLanguage == 'bd'){
                                 this.mapGet(false,false,false,true);
                             }else{
-                                setTimeout(function(){
-                                    this_.mapEnIsTrue = true;
-                                    this_.mapGet_en(false,false,false,true);
+                                setTimeout(()=>{
+                                    this.mapEnIsTrue = true;
+                                    this.mapGet_en(false,false,false,true);
                                 },1000)
                             }
                         }