From f3a018b6953e6c94ba47c72fbe184efa269a098c Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期二, 15 二月 2022 16:51:21 +0800
Subject: [PATCH] !

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

diff --git a/pages/login/login.vue b/pages/login/login.vue
index 9395568..0038b33 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -112,7 +112,6 @@
 			    that.password = '';
 			}
 			const UIP = uni.getStorageSync('UIP');
-			   console.log(UIP)
 			   if (UIP) {
 			    that.IP = UIP;
 			   } else {
@@ -155,12 +154,8 @@
 				this.IP = type
 				this.UIP = type
 				uni.setStorageSync('UIP',type)
-				console.log(this.IP)
-				console.log(this.baseUrl)
-				console.log(this.UIP)
 			},
 			checkboxChange: function(e) {
-			    console.log(e.detail.value.length);
 			    if (e.detail.value.length == 1) {
 			
 			        //鑾峰彇缂撳瓨鐨勮处鍙�
@@ -228,7 +223,6 @@
 				var info = plus.push.getClientInfo();
 				var cid = info.clientid;
 				this.$http.get("/sys/user/saveClientId",{params:{clientId:cid}}).then(res=>{
-					console.log("res::saveClientId>",res)
 					this.$tip.success('鐧诲綍鎴愬姛!')
 					this.$Router.replaceAll({name:'index'})
 				})

--
Gitblit v1.9.1