diff --git a/SC-web/.env.production b/SC-web/.env.production index 9a7c9bb5..83f3a286 100644 --- a/SC-web/.env.production +++ b/SC-web/.env.production @@ -2,4 +2,4 @@ ENV = 'production' VUE_APP_BASE_API = 'http://127.0.0.1:8000' -VUE_APP_BASE_WSS = 'wss://127.0.0.1:8000/websocket' +VUE_APP_BASE_WSS = 'wss://222.71.165.188:8000/websocket' diff --git a/SC-web/src/components/Generator/components/PopupSelect/index.vue b/SC-web/src/components/Generator/components/PopupSelect/index.vue index 449f49cf..7884d078 100644 --- a/SC-web/src/components/Generator/components/PopupSelect/index.vue +++ b/SC-web/src/components/Generator/components/PopupSelect/index.vue @@ -2,25 +2,25 @@
+ @mouseenter.native="inputHovering = true" @mouseleave.native="inputHovering = false">