BUG fix: login background

This commit is contained in:
KUN1007 2023-10-29 15:57:01 +08:00
parent 4a7e1ed69e
commit 053b8ba288

View file

@ -13,7 +13,7 @@ const isShowPanel = ref('')
// Background image, this is the backend's URL
const backgroundImageUrl = `${
import.meta.env.VITE_API_BASE_URL
}/uploads/avatar/login.webp`
}/uploads/login/login.webp`
// Click login, slide the panel
const handleClickSignIn = () => {