forked from nsjcy/frontEnd/nsjcy

123
liuwh
2020-03-23 1629cb4a35884cdbd52088377fffd37fca2c225e
1
2
3
import fetch from './_fetch';
export default () => fetch(`api/user/getUser`)
  .then(json => json)