forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-10 c935312f14761bb107d220693eaeb5e183021028
1
2
3
import fetch from './_fetch';
export default () => fetch(`api/user/logout`)
  .then(json => json)