From 9132fd040032728f4700526019d9d06f50032409 Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Wed, 21 Jun 2023 16:53:08 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E6=89=93?= =?UTF-8?q?=E5=8C=85=E5=90=8E=E8=BE=93=E5=87=BA=E6=96=87=E4=BB=B6=E5=90=8D?= =?UTF-8?q?=E5=92=8Cgitignore=E6=96=87=E4=BB=B6=E6=B7=BB=E5=8A=A0=E7=9B=B8?= =?UTF-8?q?=E5=BA=94=E6=8E=92=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/vue.config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-room-ui/vue.config.example.js b/data-room-ui/vue.config.example.js index 4047ff63..34ccbcf4 100644 --- a/data-room-ui/vue.config.example.js +++ b/data-room-ui/vue.config.example.js @@ -42,7 +42,7 @@ module.exports = { }, publicPath: process.env.VUE_APP_HISTORY === 'y' ? process.env.VUE_APP_BASE : './', - outputDir: 'data-room-ui', + outputDir: 'bigScreen', assetsDir: 'static', lintOnSave: false, productionSourceMap: false,