Browse Source

refactor: 修改打包后输出文件名和gitignore文件添加相应排除

wu.jian2 2 năm trước cách đây
mục cha
commit
9132fd0400
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      data-room-ui/vue.config.example.js

+ 1 - 1
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,