forked from nsjcy/frontEnd/nsjcy

2
liuwh
2020-02-27 5d4c949b54806b3bce709efffc932d8208b11969
1
2
3
import fetch from './_fetch';
export default () => fetch(`api/user/getUser`)
  .then(json => json)