From 19430327e02fcd5f0fc5731d0c4f816dbd4103d4 Mon Sep 17 00:00:00 2001 From: yangzongjia Date: Mon, 12 Jun 2023 10:52:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0websocket=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=9C=8D=E5=8A=A1=E5=90=8E=E5=8F=B0=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- package.json | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index efacd23..38acc90 100644 --- a/.env.development +++ b/.env.development @@ -5,5 +5,5 @@ ENV = 'development' VUE_APP_BASE_API = '/api' ## 配置测试和本地开发时的 接口地址 -# VUE_APP_URL = "http://huirong.ybkjyl.com/api" -VUE_APP_URL = "http://127.0.0.1:7103" +VUE_APP_URL = "http://huirong.ybkjyl.com/api" +# VUE_APP_URL = "http://127.0.0.1:7103" diff --git a/package.json b/package.json index 05884a5..2c6ab49 100644 --- a/package.json +++ b/package.json @@ -22,16 +22,19 @@ "element-ui": "2.15.13", "js-cookie": "2.2.0", "moment": "^2.29.1", + "net": "^1.0.2", "normalize.css": "7.0.0", "nprogress": "0.2.0", "path-to-regexp": "2.4.0", "portfinder": "^1.0.21", "qs": "^6.9.4", "sass-resources-loader": "^2.1.1", + "stompjs": "^2.3.3", "viewerjs": "^1.9.0", "vue": "2.6.10", "vue-amap": "^0.5.10", "vue-router": "3.0.6", + "vue-stomp": "^0.0.5", "vuex": "3.1.0", "vuex-persistedstate": "^4.0.0", "web-control": "^1.0.2",