|
|
@ -183,6 +183,7 @@ export default { |
|
|
return { |
|
|
return { |
|
|
watermarkText: '', |
|
|
watermarkText: '', |
|
|
appTitle: process.env.VUE_APP_TITLE, |
|
|
appTitle: process.env.VUE_APP_TITLE, |
|
|
|
|
|
appTitleEn: process.env.VUE_APP_TITLE_EN, |
|
|
baseUrl: process.env.VUE_APP_FILE_DOMAIN, |
|
|
baseUrl: process.env.VUE_APP_FILE_DOMAIN, |
|
|
uploadFileUrl: process.env.VUE_APP_BASE_API + '/file/upload', // 上传文件服务器地址 |
|
|
uploadFileUrl: process.env.VUE_APP_BASE_API + '/file/upload', // 上传文件服务器地址 |
|
|
opacity: 0.8, |
|
|
opacity: 0.8, |
|
|
@ -403,7 +404,7 @@ export default { |
|
|
url: data.data.url, |
|
|
url: data.data.url, |
|
|
studyFormFillId: this.form.id, |
|
|
studyFormFillId: this.form.id, |
|
|
jcgjlx: this.jcgjlxExport, |
|
|
jcgjlx: this.jcgjlxExport, |
|
|
version:this.appTitle, |
|
|
|
|
|
|
|
|
version:this.$store.getters.language.split("_")[0]=='zh'?this.appTitle:this.appTitleEn, |
|
|
lang: this.$store.getters.language.split("_")[0] |
|
|
lang: this.$store.getters.language.split("_")[0] |
|
|
} |
|
|
} |
|
|
).then(response => { |
|
|
).then(response => { |
|
|
|