From 323aee54554564f91e68c03b472ad20c40f5ad1e Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 17 Jun 2025 11:49:10 +0800 Subject: [PATCH] no message --- utils/ajax.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/utils/ajax.js b/utils/ajax.js index 3e6b05d..ce8688f 100644 --- a/utils/ajax.js +++ b/utils/ajax.js @@ -1,6 +1,5 @@ -// let ajaxUrl = "https://test.renminshitang.com.cn/daotian/api_dev"; -// 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 = () => { }) {