[新增] 权限申请流程

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