From 923e74a6aaac9f2c5c05cc84ca10a132b8a4e021 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Tue, 5 Sep 2023 12:53:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 8 ++++---- src/components/Formula.vue | 7 ++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.env b/.env index c4ae906..fe3f0dd 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -# VITE_BASE_WS1_URL=ws://192.168.8.10:19001/ -# VITE_BASE_WS2_URL=ws://192.168.8.10:19002/ +VITE_BASE_WS1_URL=ws://192.168.8.10:19001/ +VITE_BASE_WS2_URL=ws://192.168.8.10:19002/ -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 +# 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 38bff1e..0d22491 100644 --- a/src/components/Formula.vue +++ b/src/components/Formula.vue @@ -16,7 +16,7 @@
删除
配置
-
执行
+
执行
{ const hideSettingModal = () => { isSettingVisible.value = false } + +// 执行配置 +const runConfig = () => { + console.log('run config') +}