1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
| // console.log(Window)
| // window["qq"] = window["qq"] || {}
| // qq.maps = qq.maps || {}
| // window.soso || (window.soso = qq)
| // soso.maps || (soso.maps = qq.maps);
| // (function() {
| // function getScript(src) {
| // var protocol = (window.location.protocol == "https:") ? "https://" : "http://"
| // src = src && (src.indexOf("http://") === 0 || src.indexOf("https://") === 0) ? src : protocol + src
| // document.write('<' + 'script src="' + src + '"' + ' type="text/javascript"><' + '/script>')
| // }
| // qq.maps.__load = function(apiLoad) {
| // delete qq.maps.__load
| // apiLoad([
| // ["2.4.142", "T7RBZ-62U3X-RSQ4P-ZZVCB-WE7JT-HRBOG", 0],
| // ["https://mapapi.qq.com/", "jsapi_v2/2/4/142/mods/",
| // "https://mapapi.qq.com/jsapi_v2/2/4/142/theme/", true
| // ],
| // [1, 18, 34.519469, 104.461761, 4],
| // [1645433081331, "https://pr.map.qq.com/pingd", "https://pr.map.qq.com/pingd"],
| // ["https://apis.map.qq.com/jsapi", "https://apikey.map.qq.com/mkey/index.php/mkey/check",
| // "https://sv.map.qq.com/xf", "https://sv.map.qq.com/boundinfo",
| // "https://sv.map.qq.com/rarp", "https://apis.map.qq.com/api/proxy/search",
| // "https://apis.map.qq.com/api/proxy/routes/", "https://confinfo.map.qq.com/confinfo",
| // "https://overseactrl.map.qq.com"
| // ],
| // [
| // [null, ["https://rt0.map.gtimg.com/tile", "https://rt1.map.gtimg.com/tile",
| // "https://rt2.map.gtimg.com/tile", "https://rt3.map.gtimg.com/tile"
| // ], "png", [256, 256], 3, 19, "114", true, false],
| // [null, ["https://m0.map.gtimg.com/hwap", "https://m1.map.gtimg.com/hwap",
| // "https://m2.map.gtimg.com/hwap", "https://m3.map.gtimg.com/hwap"
| // ], "png", [128, 128], 3, 18, "110", false, false],
| // [null, ["https://p0.map.gtimg.com/sateTiles", "https://p1.map.gtimg.com/sateTiles",
| // "https://p2.map.gtimg.com/sateTiles", "https://p3.map.gtimg.com/sateTiles"
| // ], "jpg", [256, 256], 1, 19, "101", false, false],
| // [null, ["https://rt0.map.gtimg.com/tile", "https://rt1.map.gtimg.com/tile",
| // "https://rt2.map.gtimg.com/tile", "https://rt3.map.gtimg.com/tile"
| // ], "png", [256, 256], 1, 19, "", false, false],
| // [null, ["https://sv0.map.qq.com/hlrender/", "https://sv1.map.qq.com/hlrender/",
| // "https://sv2.map.qq.com/hlrender/", "https://sv3.map.qq.com/hlrender/"
| // ], "png", [256, 256], 1, 19, "", false, false],
| // [null, ["https://rtt2.map.qq.com/rtt/", "https://rtt2a.map.qq.com/rtt/",
| // "https://rtt2b.map.qq.com/rtt/", "https://rtt2c.map.qq.com/rtt/"
| // ], "png", [256, 256], 1, 19, "", false, false], null, [
| // ["https://rt0.map.gtimg.com/vector/", "https://rt1.map.gtimg.com/vector/",
| // "https://rt2.map.gtimg.com/vector/", "https://rt3.map.gtimg.com/vector/"
| // ],
| // [256, 256], 3, 18, "114", ["https://rt0.map.gtimg.com/icons/",
| // "https://rt1.map.gtimg.com/icons/", "https://rt2.map.gtimg.com/icons/",
| // "https://rt3.map.gtimg.com/icons/"
| // ],
| // []
| // ], null
| // ],
| // ["https://s.map.qq.com/TPano/v1.1.2/TPano.js", "map.qq.com/", ""],
| // "{\"ver\":5,\"isup\":1,\"url\":\"https://mapstyle.qpic.cn/fileupdate/jsauto/style?id=30&version=5\"}"
| // ], loadScriptTime)
| // }
| // var loadScriptTime = (new Date).getTime()
| // getScript("https://mapapi.qq.com/jsapi_v2/2/4/142/main.js")
|
| // })()
| // var a = 1;
| // export default a;
|
|