-
@@ -151,7 +211,7 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/flow/nodes/function/switch.vue b/src/views/flow/nodes/function/switch.vue
index 05b538b..45aebf7 100644
--- a/src/views/flow/nodes/function/switch.vue
+++ b/src/views/flow/nodes/function/switch.vue
@@ -1,440 +1,558 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ index ===0 ? 'If' : 'Else If' }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ index === 0 ? "If" : "Else If" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/vite.config.js b/vite.config.js
index 20460d5..9c1c2ce 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -35,8 +35,8 @@ export default defineConfig(({mode, command}) => {
//杨 http://192.168.0.10:13080
//赵 http://10.148.108.58:13080
// dev http://10.148.20.34:13080
- // target: VITE_API_URL,
- target: command === 'build' ? VITE_API_URL : 'http://192.168.0.10:13080',
+ target: VITE_API_URL,
+ // target: command === 'build' ? VITE_API_URL : 'http://192.168.0.10:13080',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
}