common.js 181 Bytes
/**
 * Created by chenbiao on 2017/11/21.
 */
//用户退出登录
$('#login_out_btn').on('click', function () {
    // console.log("token:" + fn.getToken());
    fn.loginOut();
});