chrislee 2 месяцев назад
Родитель
Сommit
43446cc529
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      config/index.js
  2. 1 1
      src/views/main.vue

+ 1 - 1
config/index.js

@@ -19,7 +19,7 @@ module.exports = {
         // 客户环境
         // target: 'https://192.168.2.110/api',
         // 客户环境2
-        // target: 'https://192.168.110.222/api',
+        // target: 'https://192.168.188.101/api',
         changeOrigin: true,
         pathRewrite: {
           '^/proxyApi': ''

+ 1 - 1
src/views/main.vue

@@ -98,7 +98,7 @@
             // 客户环境
             // this.$store.dispatch('websocket/WEBSOCKET_INIT', 'wss://192.168.2.110/wss/web_socket/' + data.data.userId + '_' + (Math.ceil(Math.random() * 100000000)).toString())
             // 客户环境2
-            // this.$store.dispatch('websocket/WEBSOCKET_INIT', 'wss://192.168.110.222/wss/web_socket/' + data.data.userId + '_' + (Math.ceil(Math.random() * 100000000)).toString())
+            // this.$store.dispatch('websocket/WEBSOCKET_INIT', 'wss://192.168.188.101/wss/web_socket/' + data.data.userId + '_' + (Math.ceil(Math.random() * 100000000)).toString())
           }
         })
       }