From 5f97ea63a517eda9ee00dbc22b924caee8a79316 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Wed, 5 Feb 2025 17:56:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=99=BA=E8=81=AA=E5=81=A5=E5=BA=B7?= =?UTF-8?q?=EF=BC=8C=E5=90=83=E5=A5=B6=E9=87=8F=E7=BB=9F=E8=AE=A1=E6=9D=83?= =?UTF-8?q?=E9=99=90=E8=AE=BE=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/health/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/health/index.vue b/src/pages/health/index.vue index 42680c4..cd326c8 100644 --- a/src/pages/health/index.vue +++ b/src/pages/health/index.vue @@ -55,7 +55,7 @@ import auth from "@/plugins/auth"; // 建议使用auth进行鉴权操作 ]) const babycareGridList=ref([ { path: '/pages/health/milkPowderRecord/list', text: '吃奶记录', icon: 'map-pin-ellipse', permission: 'health:milkPowderRecord:list' }, - { path: '/pages/health/statistic/milkPowderStatistic/index', text: '吃奶量统计', icon: 'spinner-cycle', permission: 'health:temperatureRecord:list' } + { path: '/pages/health/statistic/milkPowderStatistic/index', text: '吃奶量统计', icon: 'spinner-cycle', permission: 'health:milkPowderStatistic:list' } ]) function navigateTo(path) {