页签创建标题优先data-title属性(I4MC5L)

pull/403/MERGE
RuoYi 2022-08-22 19:41:08 +08:00
parent 1c8f55c2c1
commit 47bd3c4c10
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ $(function() {
// 获取标识数据
var dataUrl = $(this).attr('href'),
dataIndex = $(this).data('index'),
menuName = $.trim($(this).text()),
menuName = $(this).data('title') || $.trim($(this).text()),
isRefresh = $(this).data("refresh"),
flag = true;