|
@@ -311,7 +311,7 @@ define([ 'toaster', 'ngTable', 'common/services', 'ui.router', 'ui.bootstrap', '
|
|
|
$scope.modifyPwd = function(userUu,checkCode){
|
|
$scope.modifyPwd = function(userUu,checkCode){
|
|
|
$scope.resetSuccess = true;
|
|
$scope.resetSuccess = true;
|
|
|
setTimeout(function() {//延迟3秒执行
|
|
setTimeout(function() {//延迟3秒执行
|
|
|
- window.location.replace('serve/#/self/forget_pwd4/' + userUu + '/' + checkCode);
|
|
|
|
|
|
|
+ window.location.replace('serve#/self/forget_pwd4/' + userUu + '/' + checkCode);
|
|
|
}, 3000);
|
|
}, 3000);
|
|
|
}
|
|
}
|
|
|
|
|
|