Commit eec0fc77 authored by 赵啸非's avatar 赵啸非

修改站点请求地址

parent de75bee0
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
<outputDirectory>db</outputDirectory> <outputDirectory>db</outputDirectory>
<fileMode>0755</fileMode> <fileMode>0755</fileMode>
</fileSet> </fileSet>
</fileSets> </fileSets>
<files> <files>
......
...@@ -11,5 +11,5 @@ VUE_APP_WEBSOCKET_API =127.0.0.1:18222/m ...@@ -11,5 +11,5 @@ VUE_APP_WEBSOCKET_API =127.0.0.1:18222/m
VUE_APP_PORTAL_URL = http://192.168.0.98:11072 VUE_APP_PORTAL_URL = http://192.168.0.98:11072
# 站点请求地址 # 站点请求地址
VUE_APP_SITETREE_URL = http://192.168.0.98:18222/m/site/siteTree VUE_APP_SITETREE_URL = http://192.168.0.98:11078/base/site/siteTree
...@@ -12,4 +12,4 @@ VUE_APP_PORTAL_URL = http://192.168.0.251:11072 ...@@ -12,4 +12,4 @@ VUE_APP_PORTAL_URL = http://192.168.0.251:11072
# 站点请求地址 # 站点请求地址
VUE_APP_SITETREE_URL = http://192.168.0.251:18222/m/site/siteTree VUE_APP_SITETREE_URL = http://192.168.0.251:11078/base/site/siteTree
\ No newline at end of file \ No newline at end of file
...@@ -12,4 +12,4 @@ VUE_APP_PORTAL_URL = http://192.168.0.98:11072 ...@@ -12,4 +12,4 @@ VUE_APP_PORTAL_URL = http://192.168.0.98:11072
# 站点请求地址 # 站点请求地址
VUE_APP_SITETREE_URL = http://192.168.0.98:18222/m/site/siteTree VUE_APP_SITETREE_URL = http://192.168.0.98:11078/base/site/siteTree
\ No newline at end of file \ No newline at end of file
...@@ -7,7 +7,7 @@ ALTER TABLE mortals_xhx_device ADD COLUMN `deviceSN` varchar (512) COMMENT ' ...@@ -7,7 +7,7 @@ ALTER TABLE mortals_xhx_device ADD COLUMN `deviceSN` varchar (512) COMMENT '
ALTER TABLE mortals_xhx_product ADD COLUMN `skinId` bigint (20) COMMENT '皮肤id' AFTER productCode; ALTER TABLE mortals_xhx_product ADD COLUMN `skinId` bigint (20) COMMENT '皮肤id' AFTER productCode;
ALTER TABLE mortals_xhx_product ADD COLUMN `skinName` varchar (512) COMMENT '皮肤名称' AFTER skinId; ALTER TABLE mortals_xhx_product ADD COLUMN `skinName` varchar (512) COMMENT '皮肤名称' AFTER skinId;
ALTER TABLE mortals_xhx_device ADD COLUMN `eventUrl` varchar (512) COMMENT '事件地址' AFTER homeUrl; ALTER TABLE mortals_xhx_product ADD COLUMN `eventUrl` varchar (512) COMMENT '事件地址' AFTER homeUrl;
......
use use `device-platform`;
`device-platform`;
-- ---------------------------- -- ----------------------------
-- 设备表 -- 设备表
-- ---------------------------- -- ----------------------------
......
...@@ -325,6 +325,7 @@ ...@@ -325,6 +325,7 @@
<workingDirectory>${project.parent.basedir}/device-manager-ui/admin</workingDirectory> <workingDirectory>${project.parent.basedir}/device-manager-ui/admin</workingDirectory>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
......
...@@ -73,7 +73,7 @@ public class DeviceModuleDistributeServiceImpl extends AbstractCRUDServiceImpl<D ...@@ -73,7 +73,7 @@ public class DeviceModuleDistributeServiceImpl extends AbstractCRUDServiceImpl<D
} }
//部署路径是否存在 如果不存在 创建目录, //部署路径是否存在 如果不存在 创建目录,
String path = GlobalSysInfo.getParamValue(Constant.DISTRIBUTE_PATH, "/home/publish/device-new-manager-ui/homeDeviceUrl"); String path = GlobalSysInfo.getParamValue(Constant.DISTRIBUTE_PATH, "/home/publish/device-manager-ui/homeDeviceUrl");
String code = distributeEntity.getProductCode(); String code = distributeEntity.getProductCode();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment