chore: 初始化合力差速器大屏前端项目

This commit is contained in:
yexingqiang
2026-06-08 11:01:41 +08:00
commit b10bb6e345
207 changed files with 40476 additions and 0 deletions

10
public/config.js Normal file
View File

@@ -0,0 +1,10 @@
window.g = {
mqttClient: null,
mqttSubscriptionTopic: 'MES/InstantMessaging/HL/+',
mqttPublishTopic: 'WEB/InstantMessaging/HL/MisServer',
mqttIP: '192.168.0.12',
// mqttIP: '127.0.0.1',
mqttPortNumber: '8083',
baseURL: 'http://192.168.0.12:10050/submit/MESCommonBase.ashx'
// baseURL: 'http://127.0.0.1:10050/submit/MESCommonBase.ashx'
}

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

26
public/index.html Normal file
View File

@@ -0,0 +1,26 @@
<!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>
</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>

130
public/layou.json Normal file
View File

@@ -0,0 +1,130 @@
{
"layout": [
{
"opName": "OP010",
"opNameShow": "OP010",
"dir": 2,
"left": "225px",
"top": "220px"
},
{
"opName": "OP020",
"opNameShow": "OP020",
"dir": 2,
"left": "340px",
"top": "220px"
},
{
"opName": "OP030-1",
"opNameShow": "OP030-1",
"dir": 2,
"left": "460px",
"top": "220px"
},
{
"opName": "OP030-2",
"opNameShow": "OP030-2",
"dir": 2,
"left": "520px",
"top": "220px"
},
{
"opName": "OP030-3",
"opNameShow": "OP030-3",
"dir": 2,
"left": "580px",
"top": "220px"
},
{
"opName": "OP040",
"opNameShow": "OP040",
"dir": 2,
"left": "750px",
"top": "220px"
},
{
"opName": "OP050",
"opNameShow": "OP050",
"dir": 2,
"left": "940px",
"top": "220px"
},
{
"opName": "OP060",
"opNameShow": "OP060",
"dir": 2,
"left": "1100px",
"top": "220px"
},
{
"opName": "OP070",
"opNameShow": "OP070",
"dir": 2,
"left": "1270px",
"top": "220px"
},
{
"opName": "OP080",
"opNameShow": "OP080",
"dir": 2,
"left": "1470px",
"top": "220px"
},
{
"opName": "OPA10",
"opNameShow": "OPA10",
"dir": 1,
"left": "270px",
"top": "470px"
},
{
"opName": "OPA20",
"opNameShow": "OPA20",
"dir": 1,
"left": "380px",
"top": "470px"
},
{
"opName": "OPA30-1",
"opNameShow": "OPA30",
"dir": 1,
"left": "500px",
"top": "470px"
},
{
"opName": "OPA40",
"opNameShow": "OPA40",
"dir": 1,
"left": "750px",
"top": "470px"
},
{
"opName": "OPA50",
"opNameShow": "OPA50",
"dir": 1,
"left": "940px",
"top": "470px"
},
{
"opName": "OPA60",
"opNameShow": "OPA60",
"dir": 1,
"left": "1100px",
"top": "470px"
},
{
"opName": "OPA70",
"opNameShow": "OPA70",
"dir": 1,
"left": "1270px",
"top": "470px"
},
{
"opName": "OPA80",
"opNameShow": "OPA80",
"dir": 1,
"left": "1470px",
"top": "470px"
}
]
}

BIN
public/layout.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 KiB

BIN
public/layout1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

BIN
public/layout2 (2).png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 KiB

BIN
public/layout2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
public/layout3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
public/layout3.psd Normal file

Binary file not shown.

BIN
public/layoutDetails.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 KiB

BIN
public/layoutDetails2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
public/环形图(右.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
public/环形图(左.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB