From 5514c2e037485210c497dab59862fb94b913e7a3 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 11 Jun 2021 12:08:36 +0800
Subject: [PATCH] 安卓端初版
---
store/actions.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/store/actions.js b/store/actions.js
index b0267e4..d3bafbd 100644
--- a/store/actions.js
+++ b/store/actions.js
@@ -51,7 +51,6 @@
// data.userPhon = res.user_id;
store.commit('login', data);
}
- console.log(res)
},
fail: (res) => {
console.log('失去连接 请稍等');
--
Gitblit v1.9.3