zhouna hace 4 años
padre
commit
76875f7353
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/js/login.js

+ 1 - 0
src/js/login.js

@@ -71,6 +71,7 @@ function sureLogin(){
 
 //核查权限数据保存
 function cacheCheckDatas(data){
+  delCookie("checkAuth")
   const arr = data.map((it)=>{
     return it.id;
   });