add an api proxy url to access frp server info

This commit is contained in:
杨黄林
2023-09-09 20:46:54 +08:00
parent 4636bd7e9f
commit 3eca20e927
18 changed files with 110 additions and 63 deletions

View File

@@ -140,7 +140,8 @@ var loadUserList = (function ($) {
* load i18n language
* @param lang {{}} language json
*/
function loadUserList(lang) {
function loadUserList(lang, title) {
$("#title").text(title);
var html = layui.laytpl($('#userListTemplate').html()).render();
$('#content').html(html);