init: CATL电池线TV看板首次入库
This commit is contained in:
BIN
public/alarm.mp3
Normal file
BIN
public/alarm.mp3
Normal file
Binary file not shown.
5
public/config.js
Normal file
5
public/config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
window.dt_Config = {
|
||||
// serverAddress: `http://192.168.10.3:10000/submit/MESCommonBase.ashx`
|
||||
// serverAddress: `http://192.168.43.124:20021/submit/MESCommonBase.ashx`
|
||||
serverAddress: 'http://127.0.0.1:20021/submit/MESCommonBase.ashx'
|
||||
}
|
||||
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
19
public/index.html
Normal file
19
public/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!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 DT-TV doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
public/logo.png
Normal file
BIN
public/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
BIN
public/run.png
Normal file
BIN
public/run.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/标题框.png
Normal file
BIN
public/标题框.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
Reference in New Issue
Block a user