From b195c95d3a37995f6ff2aaa8038173660ec49d76 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期五, 05 一月 2024 18:43:05 +0800 Subject: [PATCH] 接口联调 --- vue.config.js | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/vue.config.js b/vue.config.js index 2707782..cbe32b7 100644 --- a/vue.config.js +++ b/vue.config.js @@ -13,17 +13,10 @@ productionSourceMap: false, // 濡傛灉浣犱笉闇�瑕佺敓浜х幆澧冪殑source map, 鍙互灏嗗叾璁剧疆涓篺alse 浠ュ姞閫熺敓浜х幆澧冩瀯寤� devServer: { proxy: { - "/api/menu": { - target: "http://192.168.20.119:8001", // http://192.168.20.119:8002 http://fai365.com:30150/ - // 寤洪亾鏈湴鐜 - // target: "http://192.168.20.118:8002", - ws: true, - changeOrigin: true - }, "/api": { - target: "http://192.168.20.119:8002", // http://192.168.20.119:8002 http://fai365.com:30150/ + target: "http://192.168.20.119:8001", // http://fai365.com:30150/ // 寤洪亾鏈湴鐜 - // target: "http://192.168.20.118:8002", + // target: "http://192.168.20.118:8001", ws: true, changeOrigin: true } -- Gitblit v1.8.0