Browse Source

修改客户发布配置

liqianyi 3 days ago
parent
commit
502724820c
2 changed files with 3 additions and 3 deletions
  1. 1 1
      config/index.js
  2. 2 2
      src/views/main.vue

+ 1 - 1
config/index.js

@@ -18,7 +18,7 @@ module.exports = {
         target: 'https://www.muzhikeji.cn/api',
         // 东齐环境
         // target: 'https://192.168.2.124/api',
-        // 客户环境2
+        // 昌柘环境
         // target: 'https://192.168.110.222/api',
         changeOrigin: true,
         pathRewrite: {

+ 2 - 2
src/views/main.vue

@@ -95,9 +95,9 @@
             // websocket初始化
             // 线上地址
             this.$store.dispatch('websocket/WEBSOCKET_INIT', 'wss://www.muzhikeji.cn/wss/web_socket/' + data.data.userId + '_' + (Math.ceil(Math.random() * 100000000)).toString())
-            // 客户环境
+            // 东齐环境
             // this.$store.dispatch('websocket/WEBSOCKET_INIT', 'wss://192.168.2.124/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())
           }
         })