From ecd929f29a4c8013f582c8870c1d6fb39e663ea1 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 28 Mar 2024 17:50:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E6=96=B0=E5=95=86=E6=88=B7=E8=BF=9B=E5=85=A5=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/admin/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/admin/index.vue b/src/views/dashboard/admin/index.vue index eacb54f..bd8c472 100644 --- a/src/views/dashboard/admin/index.vue +++ b/src/views/dashboard/admin/index.vue @@ -419,7 +419,7 @@ export default { !resData.mer_info || !resData.mer_address ) { - this.$alert( + /*this.$alert( '您好,请前往左侧菜单【设置】-【商户信息】完善商户基础信息', { confirmButtonText: '确定', @@ -429,7 +429,7 @@ export default { }) } } - ) + )*/ } let marginRemain = window.localStorage.getItem('marginRemain'); this.$store.commit("user/SET_MARGIN_STATUS", resData.margin_remind_status);