forked from nsjcy/frontEnd/nsjcy

Mr Ke
2020-05-27 0ec802e93557b2b1422ddbd68aafa994fa68f455
1
2
3
import fetch from './_fetch';
export default () => fetch(`api/user/logout`)
  .then(json => json)