const data = { description: ' 作者寄语:静坐常思己过,闲谈不论人非。', } module.exports = [ { url: '/description/getList', type: 'get', response: () => { return { code: 200, msg: 'success', data, } }, }, ]