chore: 初始化东安动力工位前端项目

This commit is contained in:
yexingqiang
2026-05-29 13:57:35 +08:00
commit 6054d10713
126 changed files with 55250 additions and 0 deletions

10
public/config.js Normal file
View File

@@ -0,0 +1,10 @@
window.g = {
mqttClient: null,
mqttSubscriptionTopic: 'MES/InstantMessaging/BQ/',
mqttPublishTopic: 'WEB/InstantMessaging/BQ/MisServer',
// mqttIP: '127.0.0.1',
mqttIP: '11.1.38.210',
mqttPortNumber: '8083',
baseURL: 'http://11.1.38.210:10020/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: 186 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 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/login.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 KiB

BIN
public/logo_Left.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
public/logo_right.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB