# vue_pro **Repository Path**: chenchengcode/groups-eight ## Basic Information - **Project Name**: vue_pro - **Description**: vue项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-14 - **Last Updated**: 2022-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.配置跨域代理。调用接口前面加上/api,如"/playlist/catlist",使用“/api/playlist/catlist” ``` this.$axios.get("/api/playlist/catlist").then((res) => { console.log(res); }); ``` 2.axios 挂载到 vue 实例上,使用 this.axios 发哦是哪个 ajax 请求