From 2ee5cbf7fa0a079095865b259af63b43dffdc35d Mon Sep 17 00:00:00 2001 From: leiboT Date: Fri, 7 Jul 2023 17:38:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9C=89=E5=AD=90=E7=BA=A7=E7=9A=84?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E5=8A=A0=E5=85=A5meta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 3b7cdf9a0..c3817d8a7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -75,6 +75,7 @@ watch(menuDataStore, () => { name: record.name, path: getChildrenPath(record.path), redirect, + meta: { needAuth: true, menuName: record.name }, children: generateRoutes(children) }) } else if (record.pageUrl) {