From 27302369a9e36c166aa8dc268b8e6c415d7ff635 Mon Sep 17 00:00:00 2001 From: liutao <790864623@qq.com> Date: Fri, 10 Jul 2026 08:58:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=8D=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/permission.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/permission.ts b/src/permission.ts index 894c235e..f60084ec 100644 --- a/src/permission.ts +++ b/src/permission.ts @@ -86,7 +86,8 @@ const whiteList = [ const homePublicAccessWhiteList = [ '/iot/report/dashboardPage/Dashboard8', '/iot/report/dashboardPage/Dashboard1', - '/iot/report/dashboardPage/Dashboard3' + '/iot/report/dashboardPage/Dashboard3', + '/iot/runoverview' ] let homePublicAccessEnabled: boolean | undefined