success write tokens to config with toml (not finish)

This commit is contained in:
2023-09-15 19:09:20 +08:00
parent 7e09934024
commit 856bb3e27b
8 changed files with 39 additions and 33 deletions

View File

@@ -422,6 +422,9 @@ var loadUserList = (function ($) {
*/
function add(data, index) {
var loading = layui.layer.load();
data.ports = data.ports.split(',')
data.domains = data.domains.split(',')
data.subdomains = data.subdomains.split(',')
$.ajax({
url: '/add',
type: 'post',