updated demo

This commit is contained in:
marvzhang
2020-01-27 09:07:43 +08:00
parent fe3666ed08
commit e3c8cff27c
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
labels: 'enhancement'
assignees: ''
---

View File

@@ -118,9 +118,9 @@ export default {
await this.$store.dispatch('spider/getSpiderList')
// if spider is configurable spider, set to config tab by default
if (this.spiderForm.type === 'configurable') {
this.activeTabName = 'config'
}
// if (this.spiderForm.type === 'configurable') {
// this.activeTabName = 'config'
// }
}
}
</script>

View File

@@ -3,7 +3,7 @@ services:
master:
image: "tikazyq/crawlab:master"
environment:
CRAWLAB_API_ADDRESS: "http://crawlab.cn/api"
CRAWLAB_API_ADDRESS: "https://crawlab.cn/api"
CRAWLAB_BASE_URL: "/demo"
CRAWLAB_SERVER_MASTER: "Y"
CRAWLAB_MONGO_HOST: "mongo"