修改 流程图保存后的回调端口
This commit is contained in:
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user