Skip to content

Commit

Permalink
fix: 修改图片路径
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySoft committed Nov 11, 2024
1 parent a00b74a commit 1cec13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/pages/login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function Login() {
<div className={style.form}>
{type === 'login' ? (
<div className={style.title}>
<img src={`${import.meta.env.VITE_CDN_URL}/mars-logo.png`} width={45} />
<img src="/imgs/mars-logo.png" width={45} />
<span>登录</span>
</div>
) : (
Expand Down

0 comments on commit 1cec13c

Please sign in to comment.