chore: 初始化东安动力工位前端项目
This commit is contained in:
10
public/config.js
Normal file
10
public/config.js
Normal 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
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 186 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>管控系统</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
BIN
public/login.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 625 KiB |
BIN
public/logo_Left.png
Normal file
BIN
public/logo_Left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
BIN
public/logo_right.png
Normal file
BIN
public/logo_right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user