skyblued 2 years ago
parent
commit
3f40fd0909
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/accompany/music-list.tsx

+ 1 - 1
src/views/accompany/music-list.tsx

@@ -79,7 +79,7 @@ export default defineComponent({
     /**获取会员购买记录 */
     const getUserInfo = async () => {
       try {
-        const res: any = await request.get(`api-student/student/member`)
+        const res: any = await request.get(`/api-student/student/member`)
         userInfo.value = res.data || {}
       } catch (error) {}
     }