mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated demo
This commit is contained in:
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -2,7 +2,7 @@
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: 'enhancement'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user