From 612253b56265983ee466675fae8bb9f4e3c4aea2 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 30 七月 2025 17:43:56 +0800
Subject: [PATCH] 1.解决ArcGISServer在线底图无法访问时,系统黑屏;2.解决本地运行系统geoserver图层跨域。

---
 public/SmartEarthSDK/Workers/vue/vue.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/public/SmartEarthSDK/Workers/vue/vue.js b/public/SmartEarthSDK/Workers/vue/vue.js
index d800532..acbb7d4 100644
--- a/public/SmartEarthSDK/Workers/vue/vue.js
+++ b/public/SmartEarthSDK/Workers/vue/vue.js
@@ -11517,7 +11517,7 @@
   var prohibitedKeywordRE = new RegExp('\\b' + (
     'do,if,for,let,new,try,var,case,else,with,await,break,catch,class,const,' +
     'super,throw,while,yield,delete,export,import,return,switch,default,' +
-    'extends,finally,continue,debugger,function,arguments'
+    'extends,finally,continue,,function,arguments'
   ).split(',').join('\\b|\\b') + '\\b');
 
   // these unary operators should not be used as property/method names

--
Gitblit v1.9.3