jack 7 years ago
parent
commit
095c98e04d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/common.js

+ 1 - 1
js/common.js

@ -113,7 +113,7 @@ function exitStaticize() {
113 113
	$.cookie('userMobilePhone', null);
114 114
	$.cookie('userName', null);
115 115
	$.cookie('userType', null);
116
	location.href = "index.html"
116
	location.href = "/index.html"
117 117
}
118 118
function valUser() {
119 119
	var userid = $.cookie('userid');