zhaobao 2 年之前
父节点
当前提交
c5b5d4ef33
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -3,7 +3,7 @@ const path = require('path')
 
 module.exports = defineConfig({
   publicPath: './',
-  outputDir: 'trans_bigScreen',
+  outputDir: 'trans_bigScreen_dist',
   assetsDir: 'static',
   transpileDependencies: true,
   productionSourceMap: false,