From 472611134c6520d6a4b5a208389d94d12b971def Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 24 九月 2024 09:28:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
pda/pages/index/login.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/pda/pages/index/login.vue b/pda/pages/index/login.vue
index 086de33..8a53efa 100644
--- a/pda/pages/index/login.vue
+++ b/pda/pages/index/login.vue
@@ -4,9 +4,6 @@
<image class="login_logo" src="@/static/logo@2x.png" mode="widthFix" />
<view class="login_title" style="marginTop: 40rpx;">瀹夋嘲鐗╂祦鏅烘収鍥尯</view>
<view class="login_title" style="marginBottom: 60rpx;">鏁板瓧鍖栨湀鍙拌皟搴﹀钩鍙�</view>
- <view class="">
- {{err}}
- </view>
<view class="login_list">
<view class="login_list_item">
<image src="@/static/login_ic_phone@2x.png" mode="widthFix" />
@@ -91,7 +88,7 @@
})
}
}, err => {
- this.err = JSON.stringify(err)
+ // this.err = JSON.stringify(err)
})
},
getContent() {
--
Gitblit v1.9.3