From 51f03154d8ee644de65f4162c9155010f8aa61aa Mon Sep 17 00:00:00 2001 From: jt <jt@activesoft.com> Date: 星期四, 08 九月 2022 16:05:12 +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