chore: 初始化合力差速器工位前端项目
This commit is contained in:
BIN
public/MES.png
Normal file
BIN
public/MES.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
10
public/config.js
Normal file
10
public/config.js
Normal 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://127.0.0.1:10050/submit/MESCommonBase.ashx'
|
||||
baseURL: 'http://192.168.0.210:10050/submit/MESCommonBase.ashx'
|
||||
}
|
||||
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
26
public/index.html
Normal file
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>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.png
Normal file
BIN
public/leftPic.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/leftPic1.jpg
Normal file
BIN
public/leftPic1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
BIN
public/login.png
Normal file
BIN
public/login.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 625 KiB |
BIN
public/rightPic.png
Normal file
BIN
public/rightPic.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Reference in New Issue
Block a user