common.js 181 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 /** * Created by chenbiao on 2017/11/21. */ //用户退出登录 $('#login_out_btn').on('click', function () { // console.log("token:" + fn.getToken()); fn.loginOut(); });