diff --git a/frontend/assets/account-logo-D9-eMHsk.png b/frontend/assets/admin-logo.png similarity index 100% rename from frontend/assets/account-logo-D9-eMHsk.png rename to frontend/assets/admin-logo.png diff --git a/frontend/assets/logo.png b/frontend/assets/logo.png new file mode 100644 index 0000000..f7300c8 Binary files /dev/null and b/frontend/assets/logo.png differ diff --git a/frontend/index.html b/frontend/index.html index 2b36112..e6621a1 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,7 @@ - + frontend diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico new file mode 100644 index 0000000..0e20838 Binary files /dev/null and b/frontend/public/favicon.ico differ diff --git a/frontend/src/views/player/Login.vue b/frontend/src/views/player/Login.vue index b1a2fcb..8e86a8d 100644 --- a/frontend/src/views/player/Login.vue +++ b/frontend/src/views/player/Login.vue @@ -28,7 +28,7 @@
@@ -150,6 +150,7 @@ import { RiAlertLine } from '@remixicon/vue' import { PersonOutline, LockClosedOutline, ShieldOutline } from '@vicons/ionicons5' import { usePlayerStore } from '@/stores/player' import { generateCaptcha, checkCaptchaEnabled, checkPlayerServiceStatus } from '@/api/player' +import logoImage from '../../../assets/logo.png' const router = useRouter() const message = useMessage()