地址
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -8,7 +8,7 @@ import { ElMessage } from "element-plus"; | ... | @@ -8,7 +8,7 @@ import { ElMessage } from "element-plus"; |
| 8 | import { useStorage } from "@vueuse/core/index"; | 8 | import { useStorage } from "@vueuse/core/index"; |
| 9 | const language = useStorage("language", 0); | 9 | const language = useStorage("language", 0); |
| 10 | 10 | ||
| 11 | const baseURL = "https://jijin.wtwuxicenter.com/ticket"; //"http://book.xiaojinyu.games"; // 这里填入你的基础 API URL | 11 | const baseURL = "https://ticketh5.wdsfwuxicenter.com/ticket"; //"http://book.xiaojinyu.games"; // 这里填入你的基础 API URL |
| 12 | const timeout = 15000; // 请求超时时间 | 12 | const timeout = 15000; // 请求超时时间 |
| 13 | 13 | ||
| 14 | const http = axios.create({ | 14 | const http = axios.create({ | ... | ... |
-
Please register or sign in to post a comment