11
heimawl
2023-07-12 b77e3962cc06407e7b32c78b466435ef9e62e427
vue.config.js
@@ -129,7 +129,7 @@
          config.optimization.runtimeChunk('single'),
          {
             from: path.resolve(__dirname, './public/robots.txt'), //防爬虫文件
             to: './' //到根目录下
             to: '/' //到根目录下
          }
        }
      )