From 09f598294949f96d91cdf0f583ce10862131b6f5 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 15 十月 2024 16:11:21 +0800 Subject: [PATCH] feat:去除液氯限制 --- components/tab-bar/tab-bar.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/components/tab-bar/tab-bar.vue b/components/tab-bar/tab-bar.vue index ecd53a7..f52bebc 100644 --- a/components/tab-bar/tab-bar.vue +++ b/components/tab-bar/tab-bar.vue @@ -29,7 +29,6 @@ }, methods: { tabbarchange(e) { - console.log(e, 'tab鍒囨崲鍦板潃'); uni.switchTab({ url: '/' + this.tabBarList[e].pagePath }); -- Gitblit v1.9.1