mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
This commit is contained in:
@@ -32,4 +32,4 @@ task:
|
||||
workers: 4
|
||||
other:
|
||||
tmppath: "/tmp"
|
||||
version: v0.4.1
|
||||
version: 0.4.1
|
||||
@@ -51,8 +51,12 @@ export default {
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
version: '0.4.1'
|
||||
version: ''
|
||||
}
|
||||
},
|
||||
async created () {
|
||||
const res = await this.$request.get('/version')
|
||||
this.version = res.data.data
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user