mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 13:20:19 +08:00
feat: use staticBaseUrl for all static resources (#1015)
* feat: modify system image link * Update App.less Co-authored-by: Yang Luo <hsluoyz@qq.com>
This commit is contained in:
@ -56,7 +56,7 @@ class HomePage extends React.Component {
|
||||
if (filename === "/account") {
|
||||
filename = "/users";
|
||||
}
|
||||
items[i].logo = `https://cdn.casbin.com/static/img${filename}.png`;
|
||||
items[i].logo = `${Setting.StaticBaseUrl}/img${filename}.png`;
|
||||
items[i].createdTime = "";
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user