修改默认图标地址

This commit is contained in:
yangjun 2025-07-16 10:41:00 +08:00
parent 622480d260
commit ec97509b89
1 changed files with 1 additions and 1 deletions

View File

@ -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';
}
}