mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
* documentation:modify and fix 3 points
1)默认脚手架生成的工程「egg-init egg-init egg-example --type=simple」中路由写到的/home了
2)this.ctx.curl(url, { dataType: 'json' })的返回值非promise对象,使用.then()会报错
3)需config中增加serverUrl、pageSize的值
* 格式修改