Просмотр исходного кода

手机修改密码调整路径

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1388 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 10 лет назад
Родитель
Сommit
668c3d3732
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/webapp/resources/js/serve/app.js

+ 1 - 1
src/main/webapp/resources/js/serve/app.js

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