升级pagehelper到最新版1.3.1

This commit is contained in:
RuoYi
2021-06-25 17:25:49 +08:00
parent 751ca90690
commit 04f5a93aa8
3 changed files with 4 additions and 3 deletions

View File

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