Browse Source

!822 删除未生效代码

Merge pull request !822 from mrzxc/fixbug/unuseCodeDelete
newMaster
若依 2 years ago
committed by Gitee
parent
commit
a7bfd3b2d6
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
  1. 7
      ruoyi-ui/vue.config.js

7
ruoyi-ui/vue.config.js

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

Loading…
Cancel
Save