MVP
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 |
12
public/config.js
Normal file
12
public/config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
window.g = {
|
||||
mqttClient: null,
|
||||
mqttSubscriptionTopic: 'MES/InstantMessaging/CATL_PDC/',
|
||||
mqttPublishTopic: 'WEB/InstantMessaging/CATL_PDC/MisServer',
|
||||
mqttIP: '172.16.1.5',
|
||||
// mqttIP: '127.0.0.1',
|
||||
mqttPortNumber: '8083',
|
||||
baseURL: 'http://172.16.1.5:10000/submit/MESCommonBase.ashx',
|
||||
// baseURL: 'http://127.0.0.1:10260/submit/MESCommonBase.ashx',
|
||||
// baseURL: 'http://192.168.0.80:1060/submit/MESCommonBase.ashx',
|
||||
interfaceURL: '172.16.1.5:9983'
|
||||
}
|
||||
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 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 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>PLCS生产管控系统</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: 56 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/testPic/1.png
Normal file
BIN
public/testPic/1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 135 KiB |
Reference in New Issue
Block a user