diff --git a/.env.development b/.env.development index 535c20d5e..c0924475f 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ NODE_ENV = 'development' # VUE_APP_BASE_API = 'https://joylink.club/jlcloud' # VUE_APP_BASE_API = 'http://192.168.3.4:9000' VUE_APP_BASE_API = 'http://192.168.3.6:9000' -VUE_APP_VOICE_API = 'https://test.joylink.club' +VUE_APP_VOICE_API = 'https://test.joylink.club/jlcloud' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled. diff --git a/.env.native b/.env.native index af5c4a6d3..09eb3fd7c 100644 --- a/.env.native +++ b/.env.native @@ -4,4 +4,4 @@ VUE_APP_PRO = 'local' # base api VUE_APP_BASE_API = 'https://joylink.club/jlcloud' -VUE_APP_VOICE_API = 'https://joylink.club' +VUE_APP_VOICE_API = 'https://joylink.club/jlcloud' diff --git a/.env.production b/.env.production index 684381f92..68c9d7458 100644 --- a/.env.production +++ b/.env.production @@ -3,4 +3,4 @@ NODE_ENV = 'production' # base api VUE_APP_BASE_API = 'https://joylink.club/jlcloud' -VUE_APP_VOICE_API = 'https://joylink.club' +VUE_APP_VOICE_API = 'https://joylink.club/jlcloud' diff --git a/.env.staging b/.env.staging index 41dbe65d7..2e62c739e 100644 --- a/.env.staging +++ b/.env.staging @@ -3,4 +3,4 @@ NODE_ENV = 'production' # base api VUE_APP_BASE_API = 'https://test.joylink.club/jlcloud' -VUE_APP_VOICE_API = 'https://test.joylink.club' +VUE_APP_VOICE_API = 'https://test.joylink.club/jlcloud' diff --git a/src/views/demonstration/deomonTopic/index.vue b/src/views/demonstration/deomonTopic/index.vue index 30a8347e2..a73851405 100644 --- a/src/views/demonstration/deomonTopic/index.vue +++ b/src/views/demonstration/deomonTopic/index.vue @@ -72,7 +72,6 @@ export default { await this.$store.dispatch('socket/setRoomSubscribe', false); }, async handleJoin() { - debugger; try { this.loading = true; const rest = await getPublishMapInfo(this.mapId); diff --git a/src/views/newMap/displayNew/chatView/chatBox.vue b/src/views/newMap/displayNew/chatView/chatBox.vue index 84e0931a8..3df4ee39a 100644 --- a/src/views/newMap/displayNew/chatView/chatBox.vue +++ b/src/views/newMap/displayNew/chatView/chatBox.vue @@ -4,7 +4,7 @@