feat:更改镜像

This commit is contained in:
weifs 2023-04-24 10:51:25 +08:00
parent c66714d1f5
commit 364ef34248
2 changed files with 2 additions and 2 deletions

View File

@ -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}"

View File

@ -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() {