From 1d2f58b262a12ab8782119cd900e968b8b568d99 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 17:32:22 +0800 Subject: [PATCH] no message --- utils/ajax.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/ajax.js b/utils/ajax.js index 472fce2..aadb6c7 100644 --- a/utils/ajax.js +++ b/utils/ajax.js @@ -1,5 +1,5 @@ -let ajaxUrl = "http://192.168.3.83:8001"; -// let ajaxUrl = "https://daotian.matripe.com.cn"; +// let ajaxUrl = "http://192.168.3.83:8001"; +let ajaxUrl = "https://daotian.matripe.com.cn"; let data = { ajaxUrl: ajaxUrl, Get ($url = '', $parmas = {}, callback = () => { }, failback = () => { }) {