feat: 增加正式服地址
This commit is contained in:
parent
530e31039e
commit
9a2db804d4
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue