From af9cc77ed65541d6d48967b2298ac8cb59ad1779 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 27 七月 2023 10:05:15 +0800 Subject: [PATCH] # --- pages/mat/matQuery.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/pages/mat/matQuery.vue b/pages/mat/matQuery.vue index e3713f5..7f48ff1 100644 --- a/pages/mat/matQuery.vue +++ b/pages/mat/matQuery.vue @@ -91,7 +91,6 @@ 'token':uni.getStorageSync('token'), }, success(result) { - console.log(result); var res = result.data if (res.code === 200 ) { that.matList = res.data -- Gitblit v1.9.1