服务部署
This commit is contained in:
parent
f2d273827c
commit
645fa020a0
|
|
@ -1,8 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<module type="WEB_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<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="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
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_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 |
|
|
@ -100,7 +100,7 @@
|
|||
<div class="layout" style="width: 100%;height: 10%">
|
||||
<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,concretePouring)">大面积混凝土浇筑</div>
|
||||
<div class="button-style" onclick="detectionRecord(this,concretePouring)">大体积混凝土温控检测</div>
|
||||
</div>
|
||||
<div id="dome" style="height: 90%;width: 100%;"></div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<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="environments">
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue