sean.zhou
2022-03-25 af7dab1dc5d74684410d201ad498bf71657ebc16
Modify config.ts
1 files modified
2 ■■■ changed files
src/api/http/config.ts 2 ●●● patch | view | raw | blame | history
src/api/http/config.ts
@@ -1,6 +1,6 @@
export const CURRENT_CONFIG = {
  baseURL: 'Please enter the backend access address prefix.', // This url must end with "/". Example: 'http://192.168.1.1:6789/cloud/'
  baseURL: 'Please enter the backend access address prefix.', // This url must end with "/". Example: 'http://192.168.1.1:6789/'
  websocketURL: 'Please enter the WebSocket access address.',  // Example: 'ws://192.168.1.1:6789/api/v1/ws'
  rtmpURL: 'Please enter the rtmp access address.',  // Example: 'rtmp://192.168.1.1/live/'