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) {