修改 流程图保存后的回调端口

This commit is contained in:
bupengxiang
2023-04-21 17:45:45 +08:00
parent 560fcdd75a
commit 4280f39aeb
2 changed files with 2 additions and 2 deletions
@@ -439,7 +439,7 @@ var SaveModelCtrl = [ '$rootScope', '$scope', '$http', '$route', '$location',
if (successCallback) {
successCallback();
}
window.open('http://localhost:9999/#/processManage','_parent' )
window.open('http://localhost:7060/userCenter/processMapping?id=AEHJB8YNJ3','_parent' )
})
.error(function (data, status, headers, config) {
$scope.error = {};
@@ -61,7 +61,7 @@ angular.module('activitiModeler')
// executeFunctionByName(buttonClicked.action, window, services);
console.log(window.location.href);
console.log(window.location.host);
window.open('http://localhost:9999/#/processManage','_parent' )
window.open('http://localhost:7060/userCenter/processMapping?id=AEHJB8YNJ3','_parent' )
};
/* Key bindings */