Browse Source

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

wu.jian2 2 years ago
parent
commit
9132fd0400
1 changed files with 1 additions and 1 deletions
  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,