feat(request.ts):添加和封装axios网络请求模块
This commit is contained in:
@@ -37,6 +37,10 @@ export default defineConfig({
|
||||
{
|
||||
find: "@api",
|
||||
replacement: path.resolve("./src/api")
|
||||
},
|
||||
{
|
||||
find:"@utils",
|
||||
replacement: path.resolve("./src/utils")
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user