From e0637971f5b51625090102eb2271ff884ecaceb3 Mon Sep 17 00:00:00 2001 From: 18500206848 Date: Mon, 5 Feb 2024 10:37:23 +0800 Subject: [PATCH] 11 --- vue.config.js | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/vue.config.js b/vue.config.js index da41f22..c0bdd6d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,21 +1,3 @@ -// module.exports = { -// devServer: { -// port: 8080, -// proxy: { -// '/api': { -// //本地服务接口地址 -// target: 'http://m.jl.com', -// ws: true -// }, -// '/blackboard': { -// //本地服务接口地址 -// target: 'http://m.jl.com', -// ws: true -// }, -// } -// } -// }; - module.exports = { devServer: { port: 1887,