소스 검색

Update index.tsx

lex-xin 8 달 전
부모
커밋
4e678129cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/teacher/statistics/practice-statistics-detail/index.tsx

+ 1 - 1
src/teacher/statistics/practice-statistics-detail/index.tsx

@@ -239,7 +239,7 @@ export default defineComponent({
 
     const getSubjectList = async () => {
       const { data } = await request.get(
-        `api-teacher/subject/subSubjectSelect?type=MUSIC`
+        `/api-teacher/subject/subSubjectSelect?type=MUSIC`
       )
       if (Array.isArray(data)) {
         forms.subjectList = data