Showing
1 changed file
with
2 additions
and
2 deletions
@@ -278,7 +278,7 @@ | @@ -278,7 +278,7 @@ | ||
278 | ? item2.path | 278 | ? item2.path |
279 | : [item.moduleid, item2.moduleid, ''].join('/'); | 279 | : [item.moduleid, item2.moduleid, ''].join('/'); |
280 | }} | 280 | }} |
281 | - <dd title="{{ item.name }}" data-name="{{ item2.moduleid || '' }}" data-jump="{{ item2.path || '' }}" | 281 | + <dd title="{{ item2.name }}" data-name="{{ item2.moduleid || '' }}" data-jump="{{ item2.path || '' }}" |
282 | class="layui-nav-item {{ classSelected2() }} {{isselectd}}" | 282 | class="layui-nav-item {{ classSelected2() }} {{isselectd}}" |
283 | > | 283 | > |
284 | {{# if(item2.menuDesc.indexOf('第三方') == '-1') {}} | 284 | {{# if(item2.menuDesc.indexOf('第三方') == '-1') {}} |
@@ -296,7 +296,7 @@ | @@ -296,7 +296,7 @@ | ||
296 | ? item3.path | 296 | ? item3.path |
297 | : [item.moduleid, item2.moduleid, item3.moduleid].join('/') | 297 | : [item.moduleid, item2.moduleid, item3.moduleid].join('/') |
298 | }} | 298 | }} |
299 | - <dd data-name="{{ item3.moduleid || '' }}" data-jump="{{ item3.path || '' }}"> | 299 | + <dd title="{{ item3.name }}" data-name="{{ item3.moduleid || '' }}" data-jump="{{ item3.path || '' }}"> |
300 | {{# if(item2.menuDesc.indexOf('第三方') == '-1') {}} | 300 | {{# if(item2.menuDesc.indexOf('第三方') == '-1') {}} |
301 | <a href="javascript:;" lay-href="{{ url3 }}" {{ item3.iframe ? 'lay-iframe="true"' : ''}}>{{ item3.name }}</a> | 301 | <a href="javascript:;" lay-href="{{ url3 }}" {{ item3.iframe ? 'lay-iframe="true"' : ''}}>{{ item3.name }}</a> |
302 | {{# }else{ }} | 302 | {{# }else{ }} |
-
Please register or login to post a comment