|
@@ -3,7 +3,7 @@ const $ = require("jquery");
|
|
|
const axios = require("axios")
|
|
|
var Utils = require('./rePromise');
|
|
|
require('./scrollBar.js');
|
|
|
-const baseUrl = "http://192.168.2.236:5858"
|
|
|
+const baseUrl = "http://192.168.2.121:5858"
|
|
|
//页面映射
|
|
|
const pageMap={
|
|
|
'YH-KZT':'console.html',
|
|
@@ -302,7 +302,7 @@ function focusMenuItem(code){
|
|
|
ele.click();
|
|
|
}
|
|
|
function emptyBox(name,showNum,type){
|
|
|
- let showNumer = showNum || 18
|
|
|
+ let showNumer = showNum || 30
|
|
|
let str = `<tr><td colspan="${showNumer}" style="text-align: center;color: #aaa">
|
|
|
<img style="margin-top:50px;width:${type?'110':'140'}px;" src="${type?require('../images/dataing.png'):require('../images/empty1.png')}" />
|
|
|
<p style="margin-top:20px;margin-bottom:30px;color:#ccc;position:relative;left:5px;">${name||'暂无数据~'}</p>
|