From 95ff77e1e2994fe1088c69b326bdd7023c8563dc Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 17 四月 2024 14:32:24 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/WMS into zzq --- vue.config.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vue.config.js b/vue.config.js index 0467880..46e2961 100644 --- a/vue.config.js +++ b/vue.config.js @@ -14,14 +14,14 @@ devServer: { proxy: { "/api-s": { - // target: "http://192.168.20.119:8005", // - target:"http://fai365.com:9083", // + target: "http://192.168.20.119:8005", // + // target:"http://fai365.com:9083", // ws: true, changeOrigin: true }, "/api-wms": { - // target: "http://192.168.20.119:8005", - target:"http://fai365.com:9083", + target: "http://192.168.20.119:8005", + // target:"http://fai365.com:9083", ws: true, changeOrigin: true }, -- Gitblit v1.8.0