JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
imgId: {
|
||||
handler(newval, oldval) {
|
||||
if (newval.indexOf('/') === 0) {
|
||||
this.imgUrlShow = this.base_url + newval;
|
||||
this.imgUrlShow = this.base_url + newval + '?tk=' + this.token;
|
||||
return;
|
||||
}
|
||||
if (newval.indexOf('http') === 0) {
|
||||
|
||||
Reference in New Issue
Block a user