refactor: 修改打包输出文件名

main
wu.jian2 2 years ago
parent 6d79745756
commit 6ab83bd7f4

@ -208,7 +208,7 @@ export default {
}).catch(() => {
})
} else {
this.$dataRoomAxios('/bigScreen/type/update', { ...this.currentCatalog, type: this.type || 'bigScreenCatalog' }).then(data => {
this.$dataRoomAxios.post('/bigScreen/type/update', { ...this.currentCatalog, type: this.type || 'bigScreenCatalog' }).then(data => {
this.catalogVisible = false
this.getCatalogList()
}).catch(() => {

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

Loading…
Cancel
Save