This commit is contained in:
fan 2023-09-18 11:21:25 +08:00
commit 490fdab81d
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ async function doLogin() {
<style scoped>
.bg-image {
/* background-image: linear-gradient(135deg, #5481fd 0%, #0e02b1 80%); */
background-image: url('logo/logoBg.png');
background-image: url('/logo/logoBg.png');
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;

View File

@ -93,7 +93,7 @@ async function doRegister() {
<style scoped>
.bg-image {
/* background-image: linear-gradient(135deg, #5481fd 0%, #0e02b1 80%); */
background-image: url('logo/logoBg.png');
background-image: url('/logo/logoBg.png');
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;