From ec769191530cbbcfe3abe40d4812fc2b094c5d5e Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 20 七月 2022 17:49:48 +0800
Subject: [PATCH] #
---
pages/login/login.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/login/login.vue b/pages/login/login.vue
index b760a68..d9a35ed 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -4,7 +4,7 @@
<scroll-view scroll-y class="page">
<view class="text-center" :style="[{animation: 'show ' + 0.4+ 's 1'}]">
- <image src="../../static/logo.png" mode='aspectFit' class="zai-logo" @longtap='longpressImg'></image>
+ <image src="../../static/jinlang-logo.jpg" mode='aspectFit' class="zai-logo" @longtap='longpressImg'></image>
</view>
<view class="box padding-lr-xl login-paddingtop" :style="[{animation: 'show ' + 0.6+ 's 1'}]">
<block v-if="loginWay==1">
--
Gitblit v1.9.1