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
66
67
68
69
| {
| "code": "0000",
| "success": true,
| "data": {
| "docks": [
| {
| "id": "1",
| "src": "../../images/finder.png",
| "alt": "finder",
| "type": "0"
| },
| {
| "id": "2",
| "src": "../../images/launchpad.png",
| "alt": "launchpad",
| "type": "0"
| },
| {
| "id": "3",
| "src": "../../images/gitee.png",
| "alt": "gitee",
| "type": "1",
| "url": "https://gitee.com/justlive1"
| },
| {
| "id": "4",
| "src": "../../images/github.png",
| "alt": "github",
| "type": "1",
| "url": "https://github.com/justlive1"
| },
| {
| "id": "5",
| "src": "../../images/maps.png",
| "alt": "maps",
| "type": "2",
| "url": "https://map.baidu.com"
| },
| {
| "id": "6",
| "src": "../../images/blog.png",
| "alt": "blog",
| "type": "2",
| "url": "http://www.justlive.vip/blog"
| },
| {
| "id": "7",
| "src": "../../images/iBooks.png",
| "alt": "GB28181",
| "type": "2",
| "url": "/view/gb28181"
| },
| {
| "id": "8",
| "src": "../../images/frost.png",
| "alt": "分布式调度",
| "type": "2",
| "url": "http://www.justlive.vip/center/"
| },
| {
| "id": "9",
| "src": "../../images/gitee.png",
| "alt": "算法管理",
| "type": "2",
| "url": "/view/algorithmManage"
| }
| ]
| }
| }
|
|