服务部署

This commit is contained in:
haozq 2024-06-03 11:20:01 +08:00
parent f2d273827c
commit 645fa020a0
6 changed files with 11 additions and 8 deletions

View File

@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4"> <module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true"> <component name="NewModuleRootManager">
<exclude-output /> <content url="file://$MODULE_DIR$">
<content url="file://$MODULE_DIR$" /> <excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
</component> </component>

View File

@ -1,8 +1,8 @@
let aqEnnable = true // 参数加密开关 let aqEnnable = true // 参数加密开关
//后端路径 //后端路径
const commonUrl = "http://192.168.0.14:18080/zhgd/"; const commonUrl = "http://10.138.225.233:18080/zhgd/";
//前端路径 //前端路径
const URL_IP="http://192.168.0.14:21624/zhgd-web" const URL_IP="http://10.138.225.233:21624/zhgd-web"
/* 登录相关 */ /* 登录相关 */
const login_url = commonUrl + "auth/login"; // 登录url const login_url = commonUrl + "auth/login"; // 登录url
const login_out = commonUrl + "auth/logout"; // 登出url const login_out = commonUrl + "auth/logout"; // 登出url

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -100,7 +100,7 @@
<div class="layout" style="width: 100%;height: 10%"> <div class="layout" style="width: 100%;height: 10%">
<div class="button-style" onclick="detectionRecord(this,thePileFoundationIsMadeIntoHoles)">桩基成孔</div> <div class="button-style" onclick="detectionRecord(this,thePileFoundationIsMadeIntoHoles)">桩基成孔</div>
<div class="button-style" onclick="detectionRecord(this,groundAcceptance)">地面压实</div> <div class="button-style" onclick="detectionRecord(this,groundAcceptance)">地面压实</div>
<div class="button-style" onclick="detectionRecord(this,concretePouring)">面积混凝土浇筑</div> <div class="button-style" onclick="detectionRecord(this,concretePouring)">体积混凝土温控检测</div>
</div> </div>
<div id="dome" style="height: 90%;width: 100%;"></div> <div id="dome" style="height: 90%;width: 100%;"></div>
</div> </div>

View File

@ -129,7 +129,7 @@
</div> </div>
</div> </div>
<div class="right-under-right"> <div class="right-under-right">
<div class="background-img" style="background-image: url('../../img/operEnvironment/GPS.png');"> <div class="background-img" style="background-image: url('../../img/operEnvironment/GPS_back.png');">
<div class="layout-vertical" style="width: 100%;height: 100%;"> <div class="layout-vertical" style="width: 100%;height: 100%;">
<div class="environments"> <div class="environments">
</div> </div>