chore: 初始化合力驱动桥大屏前端项目

This commit is contained in:
yexingqiang
2026-05-29 13:49:37 +08:00
commit a75bd43f30
199 changed files with 40030 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.210',
// mqttIP: '127.0.0.1',
mqttPortNumber: '8083',
baseURL: 'http://192.168.0.210:10050/submit/MESCommonBase.ashx'
// baseURL: 'http://127.0.0.1:10020/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>

123
public/layou.json Normal file
View File

@@ -0,0 +1,123 @@
{
"layout": [
{
"opName": "OPA10",
"opNameShow": "OPA10",
"dir": 2,
"left": "225px",
"top": "155px"
},
{
"opName": "OPA20",
"opNameShow": "OPA20",
"dir": 2,
"left": "330px",
"top": "155px"
},
{
"opName": "OPA30",
"opNameShow": "OPA30",
"dir": 2,
"left": "450px",
"top": "155px"
},
{
"opName": "OPA40",
"opNameShow": "OPA40",
"dir": 2,
"left": "530px",
"top": "155px"
},
{
"opName": "OPA50",
"opNameShow": "OPA50",
"dir": 2,
"left": "700px",
"top": "155px"
},
{
"opName": "OPA60",
"opNameShow": "OPA60",
"dir": 2,
"left": "900px",
"top": "155px"
},
{
"opName": "OPA70",
"opNameShow": "OPA70",
"dir": 2,
"left": "1000px",
"top": "155px"
},
{
"opName": "OPA80",
"opNameShow": "OPA80",
"dir": 2,
"left": "1100px",
"top": "155px"
},
{
"opName": "OPA90",
"opNameShow": "OPA90",
"dir": 2,
"left": "1270px",
"top": "155px"
},
{
"opName": "OP010",
"opNameShow": "OP010",
"dir": 1,
"left": "480px",
"top": "550px"
},
{
"opName": "OP020",
"opNameShow": "OP020",
"dir": 1,
"left": "680px",
"top": "550px"
},
{
"opName": "OP030",
"opNameShow": "OP030",
"dir": 1,
"left": "800px",
"top": "550px"
},
{
"opName": "OP040",
"opNameShow": "OP040",
"dir": 1,
"left": "960px",
"top": "550px"
},
{
"opName": "OP050",
"opNameShow": "OP050",
"dir": 1,
"left": "1240px",
"top": "550px"
},
{
"opName": "OP060",
"opNameShow": "OP060",
"dir": 1,
"left": "1350px",
"top": "550px"
},
{
"opName": "OP070",
"opNameShow": "OP070",
"dir": 1,
"left": "1430px",
"top": "550px"
},
{
"opName": "OP080",
"opNameShow": "OP080",
"dir": 1,
"left": "1520px",
"top": "550px"
}
]
}

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: 37 KiB

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