若依
2 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
6 deletions
-
ruoyi-ui/vue.config.js
|
|
@ -123,12 +123,7 @@ module.exports = { |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
|
|
|
|
config.optimization.runtimeChunk('single'), |
|
|
|
{ |
|
|
|
from: path.resolve(__dirname, './public/robots.txt'), //防爬虫文件
|
|
|
|
to: './' //到根目录下
|
|
|
|
} |
|
|
|
config.optimization.runtimeChunk('single') |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|