From 377722df8f97989ca6c4252f909243c9b8b0d340 Mon Sep 17 00:00:00 2001
From: jt <jt@activesoft.com>
Date: 星期四, 04 八月 2022 10:22:57 +0800
Subject: [PATCH] test

---
 store/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/store/index.js b/store/index.js
index 3f8d625..0ec44c3 100644
--- a/store/index.js
+++ b/store/index.js
@@ -240,7 +240,7 @@
 						'content-type': 'application/x-www-form-urlencoded'
 					},
 					success: (res) => {
-						// console.log(res);
+						console.log(res);
 						const ret = res.data
 						if (ret.code=='00000') {
 							// var data ={};

--
Gitblit v1.9.1