diff --git a/.env.development b/.env.development index f5296f6..14fa9ae 100644 --- a/.env.development +++ b/.env.development @@ -3,12 +3,12 @@ ENV = 'development' # 接口地址 #内网服务地址 -#VUE_APP_BASE_API = 'http://192.168.99.207:7070' -#VUE_APP_WS_API = 'ws://192.168.99.207:7070' +VUE_APP_BASE_API = 'http://192.168.99.207:7070' +VUE_APP_WS_API = 'ws://192.168.99.207:7071' # 刘力-本地服地址 -VUE_APP_BASE_API = 'http://192.168.99.65:7070' -VUE_APP_WS_API = 'ws://192.168.99.65:7071' +#VUE_APP_BASE_API = 'http://192.168.99.65:7070' +#VUE_APP_WS_API = 'ws://192.168.99.65:7071' # 许镇-本地服地址 #VUE_APP_BASE_API = 'http://192.168.99.84:7070' diff --git a/.env.production b/.env.production index 18c7df6..84a66f7 100644 --- a/.env.production +++ b/.env.production @@ -4,4 +4,4 @@ ENV = 'production' # 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http VUE_APP_BASE_API = 'http://192.168.99.207:7070' # 如果接口是 http 形式, wss 需要改为 ws -VUE_APP_WS_API = 'ws://192.168.99.207:7070' +VUE_APP_WS_API = 'ws://192.168.99.207:7071' diff --git a/src/views/components/WarehouseWarning.vue b/src/views/components/WarehouseWarning.vue index 4c658b6..5ed2d48 100644 --- a/src/views/components/WarehouseWarning.vue +++ b/src/views/components/WarehouseWarning.vue @@ -9,14 +9,13 @@ - - - + + +