张文飞 3 anni fa
parent
commit
654b17972e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      App.vue

+ 1 - 1
App.vue

@@ -64,7 +64,7 @@
 						let projectId  = this.getQueryString('projectId'); 
 						let shareToken  = this.getQueryString('shareToken'); 
 						let url = location.origin+location.pathname + "?projectId="+projectId+"&shareToken="+shareToken;
-						window.location.href = url;
+						window.location.replace(url);
 					}
 				}
 			},