-
Notifications
You must be signed in to change notification settings - Fork 3
/
index-dev.html
54 lines (54 loc) · 1.79 KB
/
index-dev.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
54
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<meta name=viewport content="width=device-width,initial-scale=1">
<title>WeOps</title>
<link href=./static/dist/css/app.css rel=stylesheet>
<link href="http://dev.weops.com:8000/static/img/logo.png" rel="shortcut icon" type="image/x-icon">
</head>
<body>
<script>
window.siteUrl = '/api'
window.APP_CODE = 'weops_saas'
window.CSRF_COOKIE_NAME = 'weops_saas_csrftoken'
window.SITE_URL = "{{SITE_URL}}"
window.STATIC_URL = 'http://dev.weops.com:8000/static/'
window.static_url = 'http://dev.weops.com:8000/static/'
window.SiteUrl = 'http://dev.weops.com:8000'
window.is3DScreen = true
window.LINK_APPS = {
'M': 'monitorcenter_saas',
'A': 'cw_uac_saas',
'F': 'esm',
'N': 'bk_nodeman',
'I': 'monitorcenter_saas',
'C': 'cw_uac_saas',
'H': 'health_advisor-advisor',
'D': 'ops-digital_saas',
'S': 'sourceapply4_saas',
'P': 'patch_install_saas',
'W': 'weops_saas',
'U': 'bk_user_manage'
}
window.HOST_T = 'http://paas.weops.com/t/'
window.HOST = 'http://paas.weops.com/o/'
window.CMDB = 'http://cmdb.weops.com/'
window.JOB = 'http://job.weops.com/'
window.ESB = 'http://paas.weops.com/'
window.EMAIL = '326'
window.SMS = '408'
window.VOICE = '325'
window.WEINXIN = '328'
window.CONSOLE_BIND_WX_TYPE = 'qywx'
window.remote_url = 'http://paas.weops.com/o/views/connect'
window.is_activate = true
window.log_output_host = ''
window.OPSPLIOT_URL = 'http://bot.weops.com'
window.OPSPLIOT_SOCKET_PATH = '/socket.io/'
window.OPSPLIOT_JS_URL = '/index.js'
window.OTLP_ENDPOINT = 'http://ap-guangzhou.apm.tencentcs.com:4317'
</script>
<div id=app></div>
</body>
</html>