mirror of https://gitee.com/y_project/RuoYi.git
页签创建标题优先data-title属性(I4MC5L)
parent
1c8f55c2c1
commit
47bd3c4c10
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue