1
0
mirror of https://e.coding.net/circlecloud/McAccount.git synced 2025-09-05 07:27:21 +00:00

update some page...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-10-19 20:48:13 +08:00
parent 3340847e38
commit cdf10d5fed
3 changed files with 5 additions and 5 deletions

View File

@ -118,7 +118,7 @@ $("#register").click(function(){
switch(C.status){
case "success":
alert(C.info);
location.href = "<?=Url('index','login')?>";
location.href = "<?=Url('index','index')?>";
break;
case "error":
alert(A.info);