From d01a1345829c45fbb443eb8415ba31174592d96a Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 25 三月 2025 16:22:27 +0800
Subject: [PATCH] #
---
pages/login/login.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 1c33784..259be0c 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -261,11 +261,11 @@
uni.showLoading();
setTimeout(function(){
uni.hideLoading();
- uni.showToast({
- title: '鐧诲綍瓒呮椂',
- position: 'bottom',
- duration: 1000
- });
+ // uni.showToast({
+ // title: '鐧诲綍瓒呮椂',
+ // position: 'bottom',
+ // duration: 1000
+ // });
},6000)
uni.request({
url: this.baseHttp + this.baseIP + ':' +this.basePORT +"/" +this.baseUrl + '/login.action',
--
Gitblit v1.9.1