no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-04-17 17:10:55 +08:00
parent 4a56ff03de
commit dd44a671fc

View File

@ -137,7 +137,7 @@ function getBaseData() {
// https://api.gter.net/v1/program/details program/basicData
location.host.indexOf("demo.gter.net") > -1;
let url = "/v1/program/basicData";
$ajaxget(url).then((res) => {
$ajax(url).then((res) => {
if (res.code != 200) return;
const data = res.data;
const user = data.user;