From ac2f0de24a154b235ca55999bbbf120f1c77f7d7 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期一, 26 九月 2022 14:03:38 +0800 Subject: [PATCH] 摄像机管理 添加独立场景 场景名称 input改 select --- vue.config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 3dc4473..871f606 100644 --- a/vue.config.js +++ b/vue.config.js @@ -13,7 +13,7 @@ // hotOnly: false, // 鐑洿鏂� proxy: { "/api": { - // target: "http://192.168.20.10:7004", + // target: "http://192.168.20.10:7009", target: "http://192.168.20.115:7070", // target: "http://192.168.20.235:7070", // target: "http://192.168.20.117:7080", @@ -33,7 +33,7 @@ }, "/ws": { - target: "http://192.168.20.235:7070", + target: "http://192.168.20.115:7070", // ws: true, changeOrigin: true, }, -- Gitblit v1.8.0