From bd43abe72800bc4b50df38af862a2e2edcb72477 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 04 Feb 2026 10:14:58 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 applications/mobile-web-view/src/page/login/index.vue |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/applications/mobile-web-view/src/page/login/index.vue b/applications/mobile-web-view/src/page/login/index.vue
index 40ad0ca..7fdbe43 100644
--- a/applications/mobile-web-view/src/page/login/index.vue
+++ b/applications/mobile-web-view/src/page/login/index.vue
@@ -1,9 +1,6 @@
 <template>
 	<div :class="{ loginContainer: true, 'narrowScreen': narrowScreen }" @keyup.enter="handleLogin">
 		<div class="login-container">
-			<div class="logo" v-if="isShowAiSkyLogo">
-				<img src="@/assets/images/login/aisky-logo.png" alt="" />
-			</div>
 			<userLogin v-if="activeName === 'user'"></userLogin>
 		</div>
 	</div>
@@ -166,11 +163,10 @@
 		left: 0;
 		top: 0;
 		position: absolute;
-		height: 1080px;
-		width: 1920px;
+		height: 100%;
+		width: 100%;
 	}
 	.login-container {
-		background-image: url('@/assets/images/login/bg-new.png');
 		background-size: 100% 100%;
 		background-repeat: no-repeat;
 		pointer-events: none;

--
Gitblit v1.9.3