-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 982 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"></meta>
<title>example</title>
<!-- 走开发机 -->
<!-- <script src="http://10.138.33.242:8090/sds-backend.js"></script> -->
<!-- 可用于开发:之后走 cdn,但是 getMagicCode 的存在走了 isBin -->
<!-- <script src="http://localhost:8899/getMagicCode" type="text/javascript" crossorigin></script>
<script src="http://localhost:8899/backend.js"></script> -->
<!-- build 之后走 global isBin 为 true -->
<!-- <script src="http://localhost:8090/sds-backend.js"></script> -->
<!-- 可用于开发,走 cdn,但是没有 getMagicCode,走了 isWeb -->
<!-- <script src="http://localhost:8899/backend.js?sock&sockHost=localhost&sockPort=8090&sockPath=/sds-sockjs-node"></script> -->
<script src="http://127.0.0.1:8899/ws-backend.js"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>