From ea5eafc5c8b25aa038e15a4f0ec5f57daa169244 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期一, 13 六月 2022 13:58:55 +0800 Subject: [PATCH] 安装升级接口 --- vue.config.js | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/vue.config.js b/vue.config.js index bed67fb..8385a1b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -15,6 +15,8 @@ "/api": { // target: "http://192.168.20.10:7004", target: "http://192.168.20.174:7070", + // target: "http://192.168.20.235:7070", + // target: "http://192.168.20.117:7080", // secure: false, changeOrigin: true, }, @@ -22,13 +24,18 @@ "/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.117:7080", + // target: "http://192.168.20.10:7009", // target: "http://192.168.20.189:7009", - // target: "http://192.168.20.117:7080", + target: "http://192.168.20.117:7080", changeOrigin: true, //寮�鍚唬鐞� }, + + "/ws": { + target: "http://192.168.20.189:7009", + // ws: true, + changeOrigin: true, + }, }, }, }; -- Gitblit v1.8.0