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) => {