forked from nsjcy/frontEnd/nsjcy

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