From 9a2db804d4bee1099920d0431976ce754abdd07d Mon Sep 17 00:00:00 2001 From: zhangds Date: Mon, 3 Jun 2024 13:41:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E6=9C=8D=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dof-api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dof-api.js b/dof-api.js index 644b41b..c8c1b06 100644 --- a/dof-api.js +++ b/dof-api.js @@ -1,6 +1,6 @@ // const baseurl = "http://192.168.110.39:8080"; // 本地 -const baseurl = "http://lottery.unipay.test.86698.cn/api"; // 测试 -// const baseurl = ""; // 正式 +// const baseurl = "http://lottery.unipay.test.86698.cn/api"; // 测试 +const baseurl = "https://lottery.unipay.api.86698.cn"; // 正式 // 统一请求 // 返送之前 axios.interceptors.request.use((config) => {