diff --git a/static/index.html b/static/index.html index 9e386c6..66be028 100644 --- a/static/index.html +++ b/static/index.html @@ -411,6 +411,16 @@

查询结果

zoom: 8 }); } + + var borderId = 0; + borderId = setInterval(() => { + let mapObject = document.getElementById("Microsoft.Maps.Imagery.RoadSceneWithoutLabels"); + if (mapObject == null) { + return; + } + mapObject.style.cssText += "border-radius: 15px"; + clearInterval(borderId); + }, 1000); } var app = new Vue({ @@ -476,6 +486,7 @@

查询结果

url: requestUrl, type: "get", success: function (result) { + app.validcode = ""; if (result.indexOf("{") == -1) { INT = window.clearInterval(INT); app.btn_available = true; @@ -511,4 +522,4 @@

查询结果

- + \ No newline at end of file diff --git a/static/newindex.html b/static/newindex.html deleted file mode 100644 index 19a2778..0000000 --- a/static/newindex.html +++ /dev/null @@ -1,514 +0,0 @@ - - - - - OpenSource Route-Finder WebDemo - - - - - - - - - - - - - - - - - -
-
-
-
- 数据版本: {{data_version}} -
-
-
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
-
-
-
-
-
-
-

机场信息

- -
-
{{item[3]}}
ICAO:{{item[0]}} 纬度:{{item[1].toFixed(3)}} 经度:{{item[2].toFixed(3)}} - 可用跑道:{{sitem}}  -
-
-
-
-
-
-
-

查询结果

-
- {{route}} -
-
- 计算距离:{{distance}} -
-
- 服务端耗时:{{serverQueryTime}} secs -
-
- {{weatherDEP}} -
-
- {{weatherARR}} -
-
- - -
-
-
- -
-
-
- - - - - - - - - - - - - - - -
航点名称纬度经度
{{item[0]}}{{item[1].toFixed(3)}}{{item[2].toFixed(3)}}
-
-
-
-
-
- -
-
-
-
-
- - - -