保存进度!

This commit is contained in:
Kane 2023-03-10 23:46:56 +08:00
parent bab8d6bf6f
commit eb22d61fcc
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@
* 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: "",
timeout: 10000,