Authored by 于良

修复moment没有引入问题 review by 盖剑秋

module.exports = {
dev: {
// baseUrl: 'http://testapi.yoho.cn:28077',
baseUrl: 'http://172.16.6.190:8081',
baseUrl: 'http://172.16.6.108:8080',
iosPrivateKey: 'a85bb0674e08986c6b115d5e3a4884fa',
androidPrivateKey: 'fd4ad5fcfa0de589ef238c0e7331b585',
httpTimeout: 30000, //毫秒
},
prd: {
baseUrl: 'http://172.16.6.190:8081',
baseUrl: 'http://172.16.6.108:8080',
iosPrivateKey: 'a85bb0674e08986c6b115d5e3a4884fa',
androidPrivateKey: 'fd4ad5fcfa0de589ef238c0e7331b585',
HTTPTimeout: 30000, //毫秒
... ...
'use strict';
import Request from './Request';
import moment from 'moment';
export default class UserService {
... ...