Alona Style

项目背景

在做业务项目中经常会在页面中调用api请求,一种简单的方式那就是在页面中直接调用axios请求

import axios from "axios";
// 请求
const response = await axios.get("/api/user");