[新增] 权限申请流程
This commit is contained in:
+2
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user