yxw 2023-11-24 16:29:52 +08:00
parent 19c5336294
commit 8688880ad5
1 changed files with 1 additions and 2 deletions

View File

@ -248,11 +248,10 @@
})
function loadData() {
let url = "/cgi-bin/test.cgi?action=system_get"
let url = "http://192.168.0.116/cgi-bin/test.cgi?action=system_get"
$.ajax({
type: "GET",
url: url,
//contentType: "application/json; charset=utf-8",
success: function (res) {
data = res.content
bindData()