From 25ebd595b17a2d415a0a05affae9cacc36f2544a Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 30 Dec 2022 16:39:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=86=97=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vue.config.js b/vue.config.js index 74491b7a..d712710e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,7 +1,3 @@ module.exports = { transpileDependencies: ['uview-ui'], - devServer: { - proxy: { - } - } }