forked from nsjcy/frontEnd/nsjcy

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