mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
feat:更改镜像
This commit is contained in:
parent
c66714d1f5
commit
364ef34248
@ -151,7 +151,7 @@ services:
|
|||||||
|
|
||||||
workflow:
|
workflow:
|
||||||
container_name: "dootask-workflow-${APP_ID}"
|
container_name: "dootask-workflow-${APP_ID}"
|
||||||
image: "weifashi/go-workflow:1.0.1"
|
image: "hitosea2020/go-workflow:1.0.0"
|
||||||
environment:
|
environment:
|
||||||
TZ: "Asia/Shanghai"
|
TZ: "Asia/Shanghai"
|
||||||
MYSQL_HOST: "${DB_HOST}"
|
MYSQL_HOST: "${DB_HOST}"
|
||||||
|
|||||||
@ -51,7 +51,7 @@ export default {
|
|||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
approvalSettingShow(val) {
|
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() {
|
mounted() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user