修改默认图标地址
This commit is contained in:
parent
622480d260
commit
ec97509b89
|
@ -211,7 +211,7 @@ function getImgPath(pathUrl){
|
|||
if(pathUrl && pathUrl.length>0){
|
||||
return getFileAccessHttpUrl(pathUrl);
|
||||
}else{
|
||||
return '/src/assets/images/logo.png';
|
||||
return '../../resource/img/logo.png';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue