From 7a75537c6fb888fe55515b89b6e02d0852d73332 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 08 三月 2024 21:09:00 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/custom/popview/index.jsx | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/popview/index.jsx b/src/tabviews/custom/popview/index.jsx index 2e3bdff..ca70341 100644 --- a/src/tabviews/custom/popview/index.jsx +++ b/src/tabviews/custom/popview/index.jsx @@ -70,6 +70,7 @@ config = JSON.stringify(config) config = config.replace(/@mywebsite@\//ig, window.GLOB.baseurl) config = JSON.parse(config) + config.MenuName = Tab.logLabel || Tab.label || '' } catch (e) { console.warn('Parse Failure') config = '' @@ -227,6 +228,8 @@ } } + tab.$menuname = (Tab.logLabel || Tab.label || '') + '-' + (tab.label || '') + return true }) -- Gitblit v1.8.0