skyblued 2 سال پیش
والد
کامیت
4bbaa142b7
1فایلهای تغییر یافته به همراه3 افزوده شده و 6 حذف شده
  1. 3 6
      src/views/courseList/index.tsx

+ 3 - 6
src/views/courseList/index.tsx

@@ -177,9 +177,6 @@ export default defineComponent({
                   </div>
                   {route.query.code !== 'select' ? (
                     <>
-                      <Button onClick={() => {
-                          location.href = 'http://192.168.1.10:1000/#/coursewarePlay?id=' + item.lessonCoursewareDetailId
-                      }}>测试</Button>
                       {item.hasCache ? (
                         <div class={styles.num}>
                           查看
@@ -213,9 +210,9 @@ export default defineComponent({
             )
           })}
         </Grid>
-        {/* <Button onClick={() => {
-          location.href = 'http://192.168.1.10:1000/#/coursewarePlay?id=1610595720511209474&kId=1610115960752414721'
-        }}>胜强测试</Button> */}
+        <Button onClick={() => {
+          location.href = 'http://192.168.1.10:1000/teacher.html#/coursewarePlay?id=1613426640725217281'
+        }}>胜强测试老师端</Button>
         {!data.loading && !data.list.length && <Empty description="空空如也" />}
       </div>
     )