refactor:修改配置文件,打包输出文件名为bigScreen,添加相应的gitignore配置

main
wu.jian2 2 years ago
parent 520de3dde2
commit 4a4282cb71

@ -3,6 +3,7 @@ chuangDa.zip
deploy.sh deploy.sh
dist dist
data-room-ui data-room-ui
bigScreen
### VisualStudioCode template ### VisualStudioCode template
.vscode/* .vscode/*
!.vscode/settings.json !.vscode/settings.json
@ -367,3 +368,4 @@ GitHub.sublime-settings
lib lib
data-room-ui data-room-ui
bigScreen

@ -42,7 +42,7 @@ module.exports = {
}, },
publicPath: publicPath:
process.env.VUE_APP_HISTORY === 'y' ? process.env.VUE_APP_BASE : './', process.env.VUE_APP_HISTORY === 'y' ? process.env.VUE_APP_BASE : './',
outputDir: 'data-room-ui', outputDir: 'bigScreen',
assetsDir: 'static', assetsDir: 'static',
lintOnSave: false, lintOnSave: false,
productionSourceMap: false, productionSourceMap: false,

Loading…
Cancel
Save