skyblued 2 anni fa
parent
commit
95e46fdc5a
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 2 2
      src/views/courseList/index.tsx
  2. 2 2
      src/views/lessonCourseware/index.tsx

+ 2 - 2
src/views/courseList/index.tsx

@@ -210,9 +210,9 @@ export default defineComponent({
             )
           })}
         </Grid>
-        <Button onClick={() => {
+        {/* <Button onClick={() => {
           location.href = 'http://192.168.3.114:1000/teacher.html#/coursewarePlay?id=1613426640725217281'
-        }}>胜强测试老师端</Button>
+        }}>胜强测试老师端</Button> */}
         {!data.loading && !data.list.length && <Empty description="空空如也" />}
       </div>
     )

+ 2 - 2
src/views/lessonCourseware/index.tsx

@@ -91,10 +91,10 @@ export default defineComponent({
             )
           })}
         </Grid>
-        <Button onClick={() => {
+        {/* <Button onClick={() => {
           location.href = 'http://192.168.3.114:1000/teacher.html#/courseList?id=1610595624868495362'
         }}>胜强测试</Button>
-        {!data.loading && !data.list.length && <OEmpty tips="没有课件" />}
+        {!data.loading && !data.list.length && <OEmpty tips="没有课件" />} */}
       </div>
     )
   }