mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-30 18:00:56 +01:00
更新添加scrapy爬虫
This commit is contained in:
@@ -202,6 +202,7 @@ export default {
|
||||
this.$store.dispatch('spider/getSpiderScrapySpiders', this.$route.params.id)
|
||||
this.$store.dispatch('spider/getSpiderScrapySettings', this.$route.params.id)
|
||||
} else if (this.activeTabName === 'files') {
|
||||
this.$store.dispatch('spider/getFileTree')
|
||||
if (this.currentPath) {
|
||||
this.$store.dispatch('file/getFileContent', { path: this.currentPath })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user