保存进度!
This commit is contained in:
parent
bab8d6bf6f
commit
eb22d61fcc
@ -8,9 +8,9 @@
|
|||||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import axios from "axios";
|
import axios, { type AxiosInstance } from "axios";
|
||||||
|
|
||||||
const service = axios.create(
|
const service: AxiosInstance = axios.create(
|
||||||
{
|
{
|
||||||
baseURL: "",
|
baseURL: "",
|
||||||
timeout: 10000,
|
timeout: 10000,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user