forked from nsjcy/frontEnd/nsjcy

liuwh
2020-04-27 4e44bc1fd7806a6c1611302120882b91d96640b5
1
2
3
4
5
import fetch from 'hife/fetch';
 
const domain = location.origin;
 
export default fetch(`${domain}/api/v1/app`);