From 2874f01c340ae6ceeb1cbbec9c5506d785bb10a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E9=91=AB?= <2981207131@qq.com> Date: Tue, 16 Mar 2021 09:03:09 +0800 Subject: [PATCH] Delete vue.config.js --- vue.config.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 vue.config.js diff --git a/vue.config.js b/vue.config.js deleted file mode 100644 index 00b1f7a..0000000 --- a/vue.config.js +++ /dev/null @@ -1,16 +0,0 @@ -module.exports = { - baseUrl: './', - assetsDir: 'static', - productionSourceMap: false, - // devServer: { - // proxy: { - // '/api':{ - // target:'http://jsonplaceholder.typicode.com', - // changeOrigin:true, - // pathRewrite:{ - // '/api':'' - // } - // } - // } - // } -} \ No newline at end of file