diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..6984234 Binary files /dev/null and b/dist.zip differ diff --git a/src/components/page/jou_gucon.vue b/src/components/page/jou_gucon.vue index 362730f..8b15bef 100644 --- a/src/components/page/jou_gucon.vue +++ b/src/components/page/jou_gucon.vue @@ -321,7 +321,7 @@ if (res.code == 0) { this.baseForm = res.data.special; - this.SpecialImageUrl = res.data.special.icon?res.data.special.icon:''; + this.SpecialImageUrl = res.data.special.icon?this.IMGdo_Url + 'journalicon/'+res.data.special.icon:''; this.baseForm.first_name = res.data.editors[0].first_name; this.baseForm.last_name = res.data.editors[0].last_name;