From c2f41d78cf420a4825508c10993d0aa67a06be5b Mon Sep 17 00:00:00 2001 From: lihui Date: Fri, 1 Aug 2025 15:29:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(router):=20=E6=B7=BB=E5=8A=A0=E6=9D=83?= =?UTF-8?q?=E9=99=90ID=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index ce851d7..d4ae310 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -84,7 +84,7 @@ const routes = [ path: '/beanConsume', name: "beanConsume", component: () => import("../views/consume/beanConsume.vue"), - meta: {permissionId: 6}, + meta: {permissionId:42}, children: [ // 金豆新增消耗 {