Browse Source

前端调整

sunkean 3 years ago
parent
commit
a5cf217b98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/vue/src/views/MetaSwitchList.vue

+ 1 - 1
src/main/vue/src/views/MetaSwitchList.vue

@@ -211,7 +211,7 @@ export default {
                 });
         },
         initWebSocket() {
-            const wsuri = 'ws://127.0.0.1:8088/websocket/1';
+            let wsuri = 'ws://127.0.0.1:8088/websocket/1';
             if (location.host === 'raex.vip') {
                 wsuri = 'wss://mmo.raex.vip/websocket/1';
             }