Browse Source

防止开启绝对路径链接错误,采用绝对路径

tags/6.2.7
叙述、别离 1 year ago
parent
commit
3930603725
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/system/userlogin.class.php

+ 1
- 1
src/system/userlogin.class.php View File

@@ -414,7 +414,7 @@ class userLogin
if ($this->userFace != '') {
return $this->userFace;
} else {
return '../static/web/img/admin.png';
return '/static/web/img/admin.png';
}
}
/**


Loading…
Cancel
Save