From f6c98ec61385b470cda75c672a50e8d9ac3d3525 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 02 十一月 2023 08:38:27 +0800
Subject: [PATCH] #

---
 pages/login/login.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/pages/login/login.vue b/pages/login/login.vue
index c4c4d43..d27e301 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -9,7 +9,7 @@
 		<!-- logo -->
 		<view class="logo">
 			<view class="logo-box">
-				<image src="../../static/img/LkyLogo.jpg" mode="aspectFit"></image>
+				<image src="../../static/img/logo.png" mode="aspectFit"></image>
 			</view>
 		</view>
 		<view class="content">
@@ -188,6 +188,9 @@
 						"content-type": "application/json"
 					},
 					success(result) {
+						uni.reLaunch({
+							url: '../home/home'
+						});
 						if (result.statusCode === 404) {
 							uni.showToast({
 								title: '鐧诲綍澶辫触',

--
Gitblit v1.9.1