diff --git a/backend/chkpower/pom.xml b/backend/chkpower/pom.xml index 9232da7..ceff883 100644 --- a/backend/chkpower/pom.xml +++ b/backend/chkpower/pom.xml @@ -98,6 +98,24 @@ + + + + cn.afterturn + easypoi-base + 4.1.0 + + + + cn.afterturn + easypoi-web + 4.1.0 + + + cn.afterturn + easypoi-annotation + 4.1.0 + diff --git a/frontend/front/public/config.js b/frontend/front/public/config.js index 922b48a..14b97ac 100644 --- a/frontend/front/public/config.js +++ b/frontend/front/public/config.js @@ -13,7 +13,8 @@ var defaultModulePortMap = { } window.getModuleRootUrl = function (module) { // 默认是全部服务合一的端口 - var modulePort = '8076' + // var modulePort = '22581' + var modulePort = '6799' if (!combine) { modulePort = defaultModulePortMap[module] } diff --git a/frontend/front/src/views/matter/StartProcess.vue b/frontend/front/src/views/matter/StartProcess.vue index 8575e78..8aef716 100644 --- a/frontend/front/src/views/matter/StartProcess.vue +++ b/frontend/front/src/views/matter/StartProcess.vue @@ -1,4 +1,3 @@ -