布局先提交一波

This commit is contained in:
aixianling
2023-05-12 15:53:39 +08:00
parent 81f76164d8
commit 8d362c7468
18 changed files with 2800 additions and 188 deletions

6
src/utils/axios.js Normal file
View File

@@ -0,0 +1,6 @@
import axios from "axios";
const ins = axios.create({
})
export default ins