From fe87d39adb4e995ccf96a45b142ae026c3cf5eae Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期三, 13 十二月 2023 18:10:09 +0800 Subject: [PATCH] 配置路由守卫导航重定向 --- 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