修改 控制台主页提示

master
wanghao 1 month ago
parent 8c21d4e38b
commit 5e9af6295e

@ -56,7 +56,7 @@
method: 'POST',
dataType: 'json',
success: function (response) {
console.log(response)
// console.log(response)
if (response.code==0){
data = response.data;
$("#tt1").text(data)

Loading…
Cancel
Save