Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
marvzhang
2019-11-27 12:41:51 +08:00
4 changed files with 63 additions and 1 deletions

View File

@@ -274,7 +274,7 @@ export default {
// 爬虫列表
request.get('/spiders', {})
.then(response => {
this.spiderList = response.data.data.list
this.spiderList = response.data.data.list || []
})
}
}