diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js index 963a82383..f568b20c7 100644 --- a/ruoyi-ui/vue.config.js +++ b/ruoyi-ui/vue.config.js @@ -118,6 +118,10 @@ module.exports = { } }) config.optimization.runtimeChunk('single') + }, + { + from: path.resolve(__dirname, './public/robots.txt'),//防爬虫文件 + to:'./',//到根目录下 } ) }