* index: fix link in left menu.

This commit is contained in:
sunhao
2024-03-22 14:33:19 +08:00
parent 6a00682bb6
commit 7264f09037
+1 -1
View File
@@ -633,7 +633,7 @@ function initAppsMenu(items)
const $link= $('<a data-pos="menu"></a>')
.attr('data-app', item.code)
.attr('href', item.url ? ($.createLink('index', 'index') + '#app=' + item.code) : '#')
.attr('href', item.url || '#')
.addClass('rounded show-in-app')
.html(item.title);