UNPKG

react-roulette-slot

Version:

ReactRouletteSlot 基于React的轮盘抽奖器

23 lines (20 loc) 515 B
/* * @Author: wzi * @Date: 2018-02-26 16:38:07 * @Last Modified by: wzi * @Last Modified time: 2018-12-05 15:32:38 */ // import Mock from 'mockjs'; // if (!global.isJest) { // // Mock.mock(URL.getURL('LOGIN'), () => { // // return user.userInfo(); // // }).mock(URL.getURL('GET_AUTH'), () => { // // return user.auth(); // // }); // Mock.mock('test', () => { // return JSON.stringify({ // status: 1, // data: 10, // }); // }); // }