bmfe-vue2-base
Version:
BM 后台系统基础框架
19 lines (17 loc) • 379 B
JavaScript
/**
* @Author: songqi
* @Date: 2016-09-21
* @Email: songqi@benmu-health.com
* @Last modified by: songqi
* @Last modified time: 2017-02-20
*/
module.exports = [{
response: {
resCode: 0,
msg: '请求失败',
data: {
name: 'songqi',
pic: '//img.benmu-health.com/win-benmu-health/hosSmallLogo/107841.jpg'
}
}
}];