模板请求处理

This commit is contained in:
2023-12-13 17:27:24 +08:00
parent dfa6146840
commit 26a6d313e3
14 changed files with 119 additions and 80 deletions

View File

@@ -1,13 +0,0 @@
/*
* @Description: {{ByRuin}}
* @Version: 2.0
* @Author: Ruin 🍭
* @Date: 2022-01-25 17:45:05
* @LastEditors: 刘引
* @LastEditTime: 2022-01-25 17:47:27
*/
import axios from "axios";
const otherApi = axios.create({
baseURL: "http://baidu.com",
});
export default otherApi;