代码提交

This commit is contained in:
liang.chao 2025-07-24 21:49:53 +08:00
parent 710cb31ae4
commit ab77ecc47f
2 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,7 @@ let aqEnnable = false; // 参数加密开关
const URL_IP = "http://127.0.0.1:13030/ah_jjzhgd_webscreen"; const URL_IP = "http://127.0.0.1:13030/ah_jjzhgd_webscreen";
// const commonUrl = "http://192.168.0.38:13030/zhgd/"; // const commonUrl = "http://192.168.0.38:13030/zhgd/";
const commonUrl = "http://192.168.2.72:13030/zhgd/"; const commonUrl = "http://127.0.0.1:13030/zhgd/";
// const commonUrl = "http://192.168.1.105:18080/zhgd/"; // const commonUrl = "http://192.168.1.105:18080/zhgd/";
// const imgUrl = "http://192.168.0.38:13030/zhgd/file/files/"; // const imgUrl = "http://192.168.0.38:13030/zhgd/file/files/";
const imgUrl = "http://sgwpdm.ah.sgcc.com.cn/zhgd/file/files/"; const imgUrl = "http://sgwpdm.ah.sgcc.com.cn/zhgd/file/files/";

View File

@ -31,16 +31,14 @@
<body> <body>
<div id="proQuality"> <div id="proQuality">
<div class="leftBox"> <div class="leftBox">
<button class="layui-btn" id="uploadBtn">上传</button>
<table id="demo2" lay-filter="test"></table> <table id="demo2" lay-filter="test"></table>
</div> </div>
<div class="rightBox" id="rightLineBox"> <div class="rightBox" id="rightLineBox">
</div> </div>
<i class="layui-icon layui-icon-upload" id="uploadBtn"
style="font-size: 20px; cursor: pointer; color: #7aa2a7;"></i>
</div> </div>
<!-- <div id="oneEcharts"> <!-- <div id="oneEcharts">
@ -71,11 +69,13 @@
width: 75%; width: 75%;
} }
#uploadBtn{
margin-top: 40px; #uploadBtn {
margin-top: 32px;
margin-bottom: -14px; margin-bottom: -14px;
margin-left: 20px; margin-right: 10px;
} }
.rightBox { .rightBox {
width: 25%; width: 25%;
height: 500px; height: 500px;