chore: 初始化南京中车大屏幕

This commit is contained in:
yexingqiang
2026-06-08 17:22:32 +08:00
commit a9d23d483a
185 changed files with 65297 additions and 0 deletions

16
public/config.js Normal file
View File

@@ -0,0 +1,16 @@
window.dt_Config = {
// serverAddress: 'http://127.0.0.1:10056/submit/MESCommonBase.ashx'
serverAddress: 'http://124.220.15.242:9020/submit/MESCommonBase.ashx',
// serverAddress: 'http://10.16.7.30:8010/submit/MESCommonBase.ashx',
// serverAddress: 'http://10.16.7.30:8020/submit/MESCommonBase.ashx', // 假数据
// scrDt: 'http://10.22.20.9:8970/#/',
// src: 'http://localhost:8301',
// src1: 'http://localhost:8302',
// src2: 'http://localhost:8303'
scrDt: 'http://10.22.20.9:80',
src: '34',
src1: '38',
src2: '51',
servicePlc_1_url: 'http://10.22.20.9:41186/api/PLC1'
}

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

33
public/index.html Normal file
View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0"> -->
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>设备信息展示平台</title>
<script type="text/javascript">
document.write("<script src='./config.js?v=" + new Date().getTime() + "'><\/script>");
</script>
<script src="./NJZZMonitoringDemo/jquery-1.7.1.min.js"></script>
<script id="videonode" src="./NJZZMonitoringDemo/webVideoCtrl.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
</head>
<body>
<noscript>
<strong>We're sorry but gaojingtv doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
<style slot-scope="true">
body {
/*background-color: #5B9BD5;*/
/*background:rgba(0,0,0,0.2);*/
}
</style>