-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (51 loc) · 1.54 KB
/
index.html
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
<!--
* @Author: your name
* @Date: 2021-07-28 15:51:41
* @LastEditTime: 2022-02-11 12:57:14
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /vvt/index.html
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MBA21081班</title>
<script>
let url = location.origin;
if (url.indexOf('localhost:3001') < 0) {
!(function (p) {
'use strict';
!(function (t) {
var s = window,
e = document,
i = p,
c = ''.concat(
'https:' === e.location.protocol ? 'https://' : 'http://',
'sdk.51.la/js-sdk-pro.min.js'
),
n = e.createElement('script'),
r = e.getElementsByTagName('script')[0];
(n.type = 'text/javascript'),
n.setAttribute('charset', 'UTF-8'),
(n.async = !0),
(n.src = c),
(n.id = 'LA_COLLECT'),
(i.d = n);
var o = function () {
s.LA.ids.push(i);
};
s.LA ? s.LA.ids && o() : ((s.LA = p), (s.LA.ids = []), o()),
r.parentNode.insertBefore(n, r);
})();
})({ id: 'JZ0SUNOsynTV0j2M', ck: 'JZ0SUNOsynTV0j2M' });
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>