feat: 增加正式服地址

This commit is contained in:
zhangds 2024-06-03 13:41:55 +08:00
parent 530e31039e
commit 9a2db804d4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// const baseurl = "http://192.168.110.39:8080"; // 本地 // const baseurl = "http://192.168.110.39:8080"; // 本地
const baseurl = "http://lottery.unipay.test.86698.cn/api"; // 测试 // const baseurl = "http://lottery.unipay.test.86698.cn/api"; // 测试
// const baseurl = ""; // 正式 const baseurl = "https://lottery.unipay.api.86698.cn"; // 正式
// 统一请求 // 统一请求
// 返送之前 // 返送之前
axios.interceptors.request.use((config) => { axios.interceptors.request.use((config) => {