|
@@ -4,7 +4,7 @@ const axios = require('axios');
|
|
|
var Utils = require('./rePromise');
|
|
|
const {ywCheckApi} = require('./api.js')
|
|
|
require('./scrollBar.js');
|
|
|
-const baseUrl = 'http://192.168.2.241:5858';
|
|
|
+const baseUrl = 'http://192.168.2.236:5858';
|
|
|
//页面映射
|
|
|
const pageMap = {
|
|
|
'YH-KZT': 'console.html',
|
|
@@ -302,7 +302,7 @@ $('.modal .close').click(function() {
|
|
|
//计算容器高度
|
|
|
function setBoxHeight() {
|
|
|
const ht = window.innerHeight;
|
|
|
- $('.content-box').height(ht - 55 + 'px');
|
|
|
+ $('.content-box').height(ht - 60 + 'px');
|
|
|
$('.flaw-table').height(ht - 70 + 'px');
|
|
|
$('.content-ht').height(ht - 120 + 'px');
|
|
|
$('.scroll-table tbody').css('max-height', ht - 210 + 'px');
|