skyblued 2 년 전
부모
커밋
ed4278f09d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/courseList/index.tsx

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

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