From f20a554bdb24e9dfde9dc6a69d78595944f61d15 Mon Sep 17 00:00:00 2001 From: mark <mark18340872469@163.com> Date: 星期二, 25 十月 2022 14:53:57 +0800 Subject: [PATCH] 设备管理 样式调整 --- vue.config.js | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/vue.config.js b/vue.config.js index 46f60da..b93cf4e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -13,19 +13,10 @@ // hotOnly: false, // 鐑洿鏂� proxy: { "/api": { - // target: "http://192.168.20.10:7004", - // target: "http://192.168.20.174:7070", target: "http://192.168.20.115:7070", - // target: "http://192.168.20.117:7080", - // secure: false, - changeOrigin: true, }, "/httpImage": { - //target: "http://bsic.asuscomm.com:7003", - // target: "http://222.128.87.51:7003", - // target: "http://192.168.20.10:7009", - // target: "http://192.168.20.189:7009", target: "http://192.168.20.115:7070", changeOrigin: true, //寮�鍚唬鐞� @@ -36,6 +27,12 @@ // ws: true, changeOrigin: true, }, + /* + "/api-v": { + target: "http://192.168.20.10:7009", + // ws: true, + changeOrigin: true, + }, */ }, }, }; -- Gitblit v1.8.0