From ff934f8fc407d0aadefc3303994613d64178120e Mon Sep 17 00:00:00 2001 From: Novecane <2322740715@qq.com> Date: 星期一, 17 二月 2025 16:12:00 +0800 Subject: [PATCH] forth commit --- pages/login/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/login/index.vue b/pages/login/index.vue index 820c924..e962f29 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -57,9 +57,9 @@ <view class="content"> <!-- 顶部品牌区 --> <view class="brand-section"> - <image class="logo" src="../../static/images/login/logo.png" mode="aspectFit"></image> - <text class="brand-name">首熙物联</text> - <text class="brand-subtitle">智能物联平台</text> + <image class="logo" src="../../static/images/login/sxwllogo.png" mode="aspectFit"></image> + <text class="brand-name">智能物联平台</text> +<!-- <text class="brand-subtitle"></text> --> </view> <!-- 登录主体 --> -- Gitblit v1.9.3