Explorar el Código

Update index.tsx

lex-xin hace 8 meses
padre
commit
4e678129cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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