From 722da005a5ec126bedf752ac6bd5c5c7f6172155 Mon Sep 17 00:00:00 2001 From: fei.wang <wf18701153496@163.com> Date: 星期三, 30 四月 2025 10:52:53 +0800 Subject: [PATCH] 1.1.4 --- pages/index/tag.vue | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/pages/index/tag.vue b/pages/index/tag.vue index ef42f78..cce16fb 100644 --- a/pages/index/tag.vue +++ b/pages/index/tag.vue @@ -339,8 +339,6 @@ this.form.alterPerson = this.vuex_user saveper(this.form).then((res) => { - console.log(res); - // if (res.code == 0) { this.$refs.refSuccess.showBox({ type: 'success', txt: "淇濆瓨鎴愬姛" @@ -352,8 +350,6 @@ }, () => { // 鍙互鍦ㄨ繖閲屽鐞嗗姞杞藉畬鎴愬悗鐨勯�昏緫 }); - // } - }) } }, @@ -495,7 +491,6 @@ } if (this.vuex_is_login) { findTag(params).then((res) => { - console.log(res); this.online = res.online this.offline = res.offline if (res.code == 0) { -- Gitblit v1.9.3