From 722ce9c4c35782cf355a93c8b2100931262ad90a Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Mon, 21 Oct 2024 17:16:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E7=BB=8F=E8=90=A5=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/JeepayNavigation/JeepayNavigation.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/JeepayNavigation/JeepayNavigation.vue b/components/JeepayNavigation/JeepayNavigation.vue index ae0f0d3..8bb47ae 100644 --- a/components/JeepayNavigation/JeepayNavigation.vue +++ b/components/JeepayNavigation/JeepayNavigation.vue @@ -64,6 +64,7 @@ const props = defineProps({ async function clickFunc(nav) { let res =await hasPermission('允许查看经营数据') console.log(res,'调试11111') +if(!res) return // 包含回调事件 if (nav.clickFunc) { return nav.clickFunc(nav)