mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
feat:更改镜像
This commit is contained in:
parent
c66714d1f5
commit
364ef34248
@ -151,7 +151,7 @@ services:
|
||||
|
||||
workflow:
|
||||
container_name: "dootask-workflow-${APP_ID}"
|
||||
image: "weifashi/go-workflow:1.0.1"
|
||||
image: "hitosea2020/go-workflow:1.0.0"
|
||||
environment:
|
||||
TZ: "Asia/Shanghai"
|
||||
MYSQL_HOST: "${DB_HOST}"
|
||||
|
||||
@ -51,7 +51,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
approvalSettingShow(val) {
|
||||
if (val) this.iframeSrc = `/workflow/#/?name=${this.name}&token=${store.userToken}&en=${languageType}`
|
||||
if (val) this.iframeSrc = `/workflow/#/?name=${this.name}&token=${store.userToken}&lang=${languageType}`
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user