前端更新插件版本

This commit is contained in:
RuoYi
2020-12-11 09:27:12 +08:00
parent b368ad764f
commit d6eac2dc8d
7 changed files with 47 additions and 62 deletions

View File

@ -109,8 +109,8 @@ module.exports = {
})
config.optimization.runtimeChunk('single'),
{
from: path.resolve(__dirname, './public/robots.txt'),//防爬虫文件
to:'./',//到根目录下
from: path.resolve(__dirname, './public/robots.txt'), //防爬虫文件
to: './', //到根目录下
}
}
)