Browse Source

Update index.tsx

lex-xin 6 months ago
parent
commit
4e678129cc
1 changed files with 1 additions and 1 deletions
  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