Skip to content

Commit

Permalink
修改 COLDBRIDGEURL
Browse files Browse the repository at this point in the history
  • Loading branch information
AlPasser committed Dec 16, 2020
1 parent c6fefd9 commit 1a82838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Common.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const APIURL = "/api"
const STREAMSURL = APIURL + "/streams"
const GRAPHQLURL = APIURL + "/graphql/query"
const COLDBRIDGEURL = "ws://192.168.1.4:8888/rtsp/1/"
const COLDBRIDGEURL = "ws://211.67.19.251:48888/rtsp/1/"
export default {
APIURL,
STREAMSURL,
Expand Down

0 comments on commit 1a82838

Please sign in to comment.