chore: initial commit

This commit is contained in:
XingCheng3
2026-05-29 09:33:59 +08:00
commit e64468e3db
155 changed files with 58132 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 KiB

BIN
public/MES.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

11
public/config.js Normal file
View File

@@ -0,0 +1,11 @@
window.g = {
mqttClient: null,
mqttSubscriptionTopic: 'MES/InstantMessaging/XD_GLKG/',
mqttPublishTopic: 'WEB/InstantMessaging/XD_GLKG/MisServer',
mqttIP: '127.0.0.1',
// mqttIP: '192.168.1.200',
mqttPortNumber: '8083',
baseURL: 'http://127.0.0.1:10040/submit/MESCommonBase.ashx',
// baseURL: 'http://192.168.1.200:10000/submit/MESCommonBase.ashx',
apiBaseURL: 'http://127.0.0.1:9982'
}

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
public/favicon2.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

26
public/index.html Normal file
View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width,initial-scale=1.0" name="viewport">
<link href="<%= BASE_URL %>favicon.ico" rel="icon">
<title>MES工位系统</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 MES 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>
body {
margin: 0;
background: white;
}
</style>

BIN
public/leftPic.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 KiB

BIN
public/login.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 KiB

BIN
public/rightPic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB