摘要: import axios, { isCancel } from 'axios' import { md5 } from 'vux' import util from '@/libs/util' import store from '../../store' // 创建一个错误 function errorCreate (e) { let err if (typeof e 'string') { e 阅读全文