init: 导入项目到 meswork Gitea
9
public/config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
window.g = {
|
||||
mqttClient: null,
|
||||
mqttSubscriptionTopic: "MES/InstantMessaging/SY/#",
|
||||
mqttPublishTopic: "WEB/InstantMessaging/SY/MisServer",
|
||||
mqttIP: "192.168.0.1",
|
||||
mqttPortNumber: "8083",
|
||||
baseURL: "http://192.168.0.1:8001/submit/MESCommonBase.ashx",
|
||||
// baseURL: "http://127.0.0.1:8001/submit/MESCommonBase.ashx",
|
||||
};
|
||||
BIN
public/favicon.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
26
public/index.html
Normal 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
@@ -0,0 +1,123 @@
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"opName": "OP0010",
|
||||
"opNameShow": "OP10A",
|
||||
"dir": 2,
|
||||
"left": "315px",
|
||||
"top": "0px"
|
||||
},
|
||||
{
|
||||
"opName": "OP0020",
|
||||
"opNameShow": "OP020",
|
||||
"dir": 4,
|
||||
"left": "540px",
|
||||
"top": "200px"
|
||||
},
|
||||
{
|
||||
"opName": "OP0030",
|
||||
"opNameShow": "OP030",
|
||||
"dir": 4,
|
||||
"left": "540px",
|
||||
"top": "300px"
|
||||
},
|
||||
{
|
||||
"opName": "OP0040",
|
||||
"opNameShow": "OP040",
|
||||
"dir": 4,
|
||||
"left": "540px",
|
||||
"top": "400px"
|
||||
},
|
||||
{
|
||||
"opName": "OP0050",
|
||||
"opNameShow": "OP050",
|
||||
"dir": 4,
|
||||
"left": "540px",
|
||||
"top": "705px"
|
||||
},
|
||||
{
|
||||
"opName": "OP0060",
|
||||
"opNameShow": "OP060",
|
||||
"dir": 3,
|
||||
"left": "90px",
|
||||
"top": "813px"
|
||||
},
|
||||
{
|
||||
"opName": "OP0070",
|
||||
"opNameShow": "OP070",
|
||||
"dir": 3,
|
||||
"left": "90px",
|
||||
"top": "720px"
|
||||
},
|
||||
{
|
||||
"opName": "OP0080",
|
||||
"opNameShow": "OP080",
|
||||
"dir": 3,
|
||||
"left": "90px",
|
||||
"top": "526px"
|
||||
},
|
||||
{
|
||||
"opName": "OP0090",
|
||||
"opNameShow": "OP090",
|
||||
"dir": 3,
|
||||
"left": "90px",
|
||||
"top": "396px"
|
||||
},
|
||||
{
|
||||
"opName": "OP0100",
|
||||
"opNameShow": "OP100",
|
||||
"dir": 3,
|
||||
"left": "90px",
|
||||
"top": "305px"
|
||||
},
|
||||
{
|
||||
"opName": "OP0110A",
|
||||
"opNameShow": "D10",
|
||||
"dir": 3,
|
||||
"left": "90px",
|
||||
"top": "227px"
|
||||
},
|
||||
{
|
||||
"opName": "OP0110B",
|
||||
"opNameShow": "D20",
|
||||
"dir": 3,
|
||||
"left": "90px",
|
||||
"top": "148px"
|
||||
},
|
||||
{
|
||||
"opName": "OP1010",
|
||||
"opNameShow": "A10",
|
||||
"dir": 1,
|
||||
"left": "410px",
|
||||
"top": "690px"
|
||||
},
|
||||
{
|
||||
"opName": "OP1040",
|
||||
"opNameShow": "A40",
|
||||
"dir": 2,
|
||||
"left": "442px",
|
||||
"top": "570px"
|
||||
},
|
||||
{
|
||||
"opName": "OP1050",
|
||||
"opNameShow": "A50",
|
||||
"dir": 2,
|
||||
"left": "515px",
|
||||
"top": "570px"
|
||||
},
|
||||
{
|
||||
"opName": "OP2010",
|
||||
"opNameShow": "B10",
|
||||
"dir": 2,
|
||||
"left": "204px",
|
||||
"top": "548px"
|
||||
},
|
||||
{
|
||||
"opName": "OP2040",
|
||||
"opNameShow": "B40",
|
||||
"dir": 1,
|
||||
"left": "155px",
|
||||
"top": "665px"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
public/layout.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
public/layout1.png
Normal file
|
After Width: | Height: | Size: 231 KiB |
BIN
public/layout2.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
public/layoutDetails.png
Normal file
|
After Width: | Height: | Size: 476 KiB |
BIN
public/layoutDetails2.png
Normal file
|
After Width: | Height: | Size: 433 KiB |
BIN
public/layoutDetails3.png
Normal file
|
After Width: | Height: | Size: 369 KiB |
BIN
public/logo.png
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
public/workstationImg/A10.png
Normal file
|
After Width: | Height: | Size: 161 KiB |
BIN
public/workstationImg/A20.png
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
public/workstationImg/A50.png
Normal file
|
After Width: | Height: | Size: 128 KiB |
BIN
public/workstationImg/B40.png
Normal file
|
After Width: | Height: | Size: 150 KiB |
BIN
public/workstationImg/OP010.png
Normal file
|
After Width: | Height: | Size: 141 KiB |
BIN
public/workstationImg/OP020.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
public/workstationImg/OP030.png
Normal file
|
After Width: | Height: | Size: 150 KiB |
BIN
public/workstationImg/OP040.png
Normal file
|
After Width: | Height: | Size: 143 KiB |
BIN
public/workstationImg/OP050.png
Normal file
|
After Width: | Height: | Size: 110 KiB |
BIN
public/workstationImg/OP060.png
Normal file
|
After Width: | Height: | Size: 130 KiB |
BIN
public/workstationImg/OP070.png
Normal file
|
After Width: | Height: | Size: 152 KiB |
BIN
public/workstationImg/OP080.png
Normal file
|
After Width: | Height: | Size: 125 KiB |
BIN
public/workstationImg/OP090.png
Normal file
|
After Width: | Height: | Size: 135 KiB |
BIN
public/workstationImg/OP100.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
public/workstationImg/OP10A.png
Normal file
|
After Width: | Height: | Size: 572 KiB |