From 22f0e04d34f19aac857e25627343dff9a2542057 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期二, 25 七月 2023 15:12:42 +0800
Subject: [PATCH] 新增页面

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

diff --git a/pages/index/index.vue b/pages/index/index.vue
index 700fec8..8946186 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -53,7 +53,6 @@
 			Login(){
 				this.isLogining = true;
 				login(this.form).then(res => {
-					console.log("res",res)
 					if (res.code === 100) {
 						this.isLogining = false;
 						 //登录成功后
@@ -93,7 +92,6 @@
 			},
 			connect() {
 				uni.$on('connectStatusChange', (connectStatus) => {
-					console.log('进入连接')
 					var connectStr = ''
 					if (connectStatus == true) {
 						connectStr = '已连接'

--
Gitblit v1.9.2