退出這個功能並不難,只需要把前端接收到的session值刪除掉就可以了
1 @passport_blue.route('/logout')
2def
logout():
3try
:4 session.pop('id'
,none)
5 session.pop('
nick_name
', none)
6 session.pop('
moblie
', none)
7except
exception as e:89
return jsonify(error=ret.servererr, errmsg="
退出失敗")
1011
return jsonify(error=ret.ok, errmsg="
退出成功
")
其次就是js 和前端的**
1//html中需要注意l呼叫你在後台寫的函式2退出
34//js**
5function
logout() else15}
16});
17 }
SpringSecurity退出功能實現的正確方式
本文將介紹在spring security框架下如何實現使用者的 退出 logout的功能。其實這是乙個非常簡單的功能,我見過很多的程式設計師在使用了spring security之後,仍然去自己寫controller方法實現logout功能,這種做法就好像耕地,你有機械裝置你不用,你非要用牛。煙雨...
Vue ElementUI實現退出功能
前面我們已經實現了登入功能,並且能成功登入,那退出功能也是必不可少的。el dropdown command handlecommand span class el dropdown link 您好 i class el icon arrow down el icon right i span el...
ThinkPHP實現登入退出功能
使用者登陸與退出 註冊成功後,將頁面跳轉到login登陸頁面 當資料提交到登陸頁面後,必須先執行驗證碼驗證通過再執行登陸操作 public function checkyzm yzm else public function login elseelse v層 退出登陸 讀取c think.cook...