Commit d3cfbaa5efa2dac093c9502e363f0beec802b8d3
1 parent
ff043f20
api path
Showing
1 changed file
with
2 additions
and
2 deletions
src/live/js/student.js
| 1 | 1 | $(function() { |
| 2 | 2 | var teacherId = document.getElementById('teacher'); |
| 3 | 3 | var studentId = document.getElementById('student'); |
| 4 | - // var socket = io('https://live-api.gaoxiaobang.com'); | |
| 5 | - var socket = io('http://localhost:5000'); | |
| 4 | + var socket = io('https://live-api.gaoxiaobang.com'); | |
| 5 | + // var socket = io('http://localhost:5000'); | |
| 6 | 6 | |
| 7 | 7 | var teacher = CodeMirror.fromTextArea(teacherId, { |
| 8 | 8 | value: '输入HTML代码', | ... | ... |