From eec619b6e3339e9999a7a1c2c5454cef5d763b24 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 29 四月 2022 18:38:55 +0800 Subject: [PATCH] 2022-04-29 --- src/tabviews/custom/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx index c5d426f..e4b0bdd 100644 --- a/src/tabviews/custom/index.jsx +++ b/src/tabviews/custom/index.jsx @@ -460,7 +460,7 @@ delete item.style.shadowColor } - item.$menuname = this.props.MenuName + '-' + (item.name || '') + item.$menuname = (this.props.MenuName || '') + '-' + (item.name || '') if (item.type === 'tabs') { if ( -- Gitblit v1.8.0