forked from nsjcy/frontEnd/nsjcy

liuwh
2020-02-28 20b4c7ccf58191066b6a9ecf434604087d675d38
1
2
3
import fetch from './_fetch';
export default () => fetch(`api/user/logout`)
  .then(json => json)