1鹤耍、登錄頁面,登錄成功時localStorage.setItem('isLogin'苟穆,'isLogin')存儲變量
2抄课、進入首頁時,獲取變量雳旅,判斷有無變量剖膳,有的話為已登錄狀態(tài),否則為未登錄狀態(tài)
? ? ? ? ? ? var ?mark = localStorage.getItem('isLogin');
? ? ? ? ? ? if(mark != null){
? ? ? ? ? ? ? ? ? ? ? (已登錄狀態(tài)代碼)
? ? ? ? ? ? }else{
? ? ? ? ? ? ? ? ? ? ?(未登錄狀態(tài)代碼)
? ? ? ? ? ?}
3岭辣、點擊退出時吱晒,移除變量,localstorage.removeItem("isLogin")