diff --git a/.env b/.env index 53e7bd7..f062081 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -VITE_BASE_WS1_URL=ws://192.168.8.12:19001/ -VITE_BASE_WS2_URL=ws://192.168.8.12:19002/ \ No newline at end of file +VITE_BASE_WS1_URL=ws://127.0.0.1:19001/ +VITE_BASE_WS2_URL=ws://127.0.0.1:19002/ \ No newline at end of file diff --git a/src/components/Formula.vue b/src/components/Formula.vue index c7e0a06..3c76822 100644 --- a/src/components/Formula.vue +++ b/src/components/Formula.vue @@ -1,260 +1,117 @@ - -