首次提交

This commit is contained in:
2024-04-07 09:46:14 +08:00
commit d1b1ee6e11
409 changed files with 46850 additions and 0 deletions

6
front/config.js Normal file
View File

@@ -0,0 +1,6 @@
var GyConfig = {
// baseUrl: 'https://' + location.hostname + '',
baseUrl: "https://" + "localhost" + ":8091",
webRtcUrl: "webrtc://" + location.hostname + ":8080/live/livestream/",
iframeUrl: "http://localhost:3001/text-book/",
};