Browse Source

update pc_chat

luke 6 years ago
parent
commit
5022585ade
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pc_chat/index.html

+ 2 - 2
pc_chat/index.html

@@ -13,8 +13,8 @@
 </body>
 <script>
 	let name = getQueryString('pid');
-	// console.log(name)
-	if(name == "~!@#¥%……&*()——+,./;'[]"){
+	console.log(unescape(name))
+	if(unescape(name) == "这就是一个编码没有什么用啊"){
 		// console.log(name)
 	}else {
 		document.getElementById("app").remove();