Blame view

js/common.js 181 Bytes
887ce88f   Andy   loginout
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();
  });