diff --git a/index.html b/index.html
index 9ae60f9..5f4336c 100644
--- a/index.html
+++ b/index.html
@@ -122,6 +122,7 @@
let linkId = this.getQueryString('id');
let keyCode = this.getQueryString('key');
let openid = this.getQueryString('openid');
+ debugger;
openid && localStorage.setItem('openid', openid);
if (!linkId) {//地址栏无携带id
let path = window.location.pathname;