@@ -94,6 +94,9 @@ function loadData(siteUserID: string) {
// 获取头像
function getAvtImag(fileRefID) {
+ if (!fileRefID) {
+ return;
+ }
getList({fileRefID}).then((res) => {
if (!res) {
avtImageUrl.value = false;