mirror of
https://github.com/yhl452493373/frps-panel.git
synced 2026-04-04 06:16:59 +08:00
add an api proxy url to access frp server info
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
$.getJSON('/lang').done(function (lang) {
|
||||
layui.element.on('nav(leftNav)', function (elem) {
|
||||
if (elem.attr('id') === 'serverInfo') {
|
||||
loadServerInfo(lang);
|
||||
loadServerInfo(lang, elem.text().trim());
|
||||
} else if (elem.attr('id') === 'userList') {
|
||||
loadUserList(lang);
|
||||
loadUserList(lang, elem.text().trim());
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user