|
@@ -1,4 +1,4 @@
|
1
|
|
-<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" type=image/x-icon href=./favicon.ico><title>企微助手</title><script>document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth/1920) + "px";
|
|
1
|
+<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" type=image/x-icon href=./favicon.ico><title>企微助手</title><script src=http://res.wx.qq.com/open/js/jweixin-1.2.0.js></script><script src=https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js></script><script src=http://files.cnblogs.com/mofish/sha1.js></script><script>document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth/1920) + "px";
|
2
|
2
|
window.onresize = function(){
|
3
|
3
|
document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth/1920) + "px";
|
4
|
4
|
}</script><script>var _hmt = _hmt || [];
|
|
@@ -9,44 +9,43 @@
|
9
|
9
|
s.parentNode.insertBefore(hm, s);
|
10
|
10
|
})();
|
11
|
11
|
|
12
|
|
- function loadScript(url, callback) {
|
13
|
|
-
|
14
|
|
- var script = document.createElement("script");
|
15
|
|
-
|
16
|
|
- script.type = "text/javascript";
|
17
|
|
-
|
18
|
|
- if (script.readyState) {
|
19
|
|
-
|
20
|
|
- script.onreadystatechange = function() {
|
21
|
|
-
|
22
|
|
- if (script.readyState == "loaded" || script.readyState == "complete") {
|
23
|
|
-
|
24
|
|
- script.onreadystatechange = null;
|
25
|
|
-
|
26
|
|
- callback();
|
27
|
|
-
|
28
|
|
- }
|
29
|
|
-
|
30
|
|
- }
|
31
|
|
-
|
32
|
|
- } else {
|
33
|
|
-
|
34
|
|
- script.onload = function() {
|
35
|
|
-
|
36
|
|
- callback();
|
37
|
|
-
|
38
|
|
- }
|
39
|
|
-
|
40
|
|
- }
|
41
|
|
-
|
42
|
|
- script.src = url;
|
43
|
|
- console.log(document.getElementsByTagName("head")[0]);
|
44
|
|
- document.getElementsByTagName("head")[0].appendChild(script);
|
45
|
|
-
|
46
|
|
- }
|
47
|
|
-
|
48
|
|
- loadScript("http://res.wx.qq.com/open/js/jweixin-1.2.0.js", function() {
|
49
|
|
- loadScript("https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js", function() {
|
50
|
|
-
|
51
|
|
- })
|
52
|
|
- })</script><link href=./static/css/app.184c66a89c69d800e98198db6c63157e.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.eecee8ab0676aa114f8c.js></script><script type=text/javascript src=./static/js/app.8d5ea739ce8ef8fd6056.js></script></body></html>
|
|
12
|
+ // function loadScript(url, callback) {
|
|
13
|
+ //
|
|
14
|
+ // var script = document.createElement("script");
|
|
15
|
+ //
|
|
16
|
+ // script.type = "text/javascript";
|
|
17
|
+ //
|
|
18
|
+ // if (script.readyState) {
|
|
19
|
+ //
|
|
20
|
+ // script.onreadystatechange = function() {
|
|
21
|
+ //
|
|
22
|
+ // if (script.readyState == "loaded" || script.readyState == "complete") {
|
|
23
|
+ //
|
|
24
|
+ // script.onreadystatechange = null;
|
|
25
|
+ //
|
|
26
|
+ // callback();
|
|
27
|
+ //
|
|
28
|
+ // }
|
|
29
|
+ //
|
|
30
|
+ // }
|
|
31
|
+ //
|
|
32
|
+ // } else {
|
|
33
|
+ //
|
|
34
|
+ // script.onload = function() {
|
|
35
|
+ //
|
|
36
|
+ // callback();
|
|
37
|
+ //
|
|
38
|
+ // }
|
|
39
|
+ //
|
|
40
|
+ // }
|
|
41
|
+ //
|
|
42
|
+ // script.src = url;
|
|
43
|
+ // document.getElementsByTagName("head")[0].appendChild(script);
|
|
44
|
+ //
|
|
45
|
+ // }
|
|
46
|
+ //
|
|
47
|
+ // loadScript("http://res.wx.qq.com/open/js/jweixin-1.2.0.js", function() {
|
|
48
|
+ // loadScript("https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js", function() {
|
|
49
|
+ //
|
|
50
|
+ // })
|
|
51
|
+ // })</script><link href=./static/css/app.4da301d9e2ae3d5ddebaccc0ed67728a.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.dcd33a1d4332be987def.js></script><script type=text/javascript src=./static/js/app.53cc4831194692d162e4.js></script></body></html>
|