11 lines
275 B
TypeScript
11 lines
275 B
TypeScript
|
/*
|
||
|
* @Author: Kane
|
||
|
* @Date: 2023-02-13 15:46:17
|
||
|
* @LastEditors: Kane
|
||
|
* @LastEditTime: 2023-02-13 15:46:17
|
||
|
* @FilePath: /后端辅助工具/src/axios/AxiosTest.js
|
||
|
* @Description:
|
||
|
*
|
||
|
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||
|
*/
|
||
|
import axios from "axios";
|