BUG fix: login background
This commit is contained in:
parent
4a7e1ed69e
commit
053b8ba288
|
@ -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 = () => {
|
||||
|
|
Loading…
Reference in a new issue