Просмотр исходного кода

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

wu.jian2 2 лет назад
Родитель
Сommit
9132fd0400
1 измененных файлов с 1 добавлено и 1 удалено
  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,