From 45586062a3bafd4744981edef51aaa7f74d5bf13 Mon Sep 17 00:00:00 2001 From: 18500206848 Date: Wed, 20 Mar 2024 20:25:18 +0800 Subject: [PATCH] 11 --- vue.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vue.config.js b/vue.config.js index 8ba5048..daacde0 100644 --- a/vue.config.js +++ b/vue.config.js @@ -23,11 +23,6 @@ module.exports = { port: 1888, proxy: { "/api": { - target: 'http://10.165.0.173:8000', - // target: "http://39.98.184.58:8000", // 阿里云后台地址 - // target: "http://192.168.3.104:8000", // 本地 - // target: 'http://192.168.1.106:8000', - // target: 'http://192.168.3.173:8000', target: 'http://10.165.0.173:8000', ws: true, changeOrigin: true,