v3.8.1 修复打包后字体图标偶现的乱码问题

This commit is contained in:
YunaiV 2022-02-17 18:18:42 +08:00
parent 9724a522e9
commit 7d367c367c
2 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,13 @@ module.exports = {
},
disableHostCheck: true
},
css: {
loaderOptions: {
sass: {
sassOptions: { outputStyle: "expanded" }
}
}
},
configureWebpack: {
name: name,
resolve: {

View File

@ -38,6 +38,7 @@
* 【新增】字典标签样式回显,例如说开启的状态展示为 primary 蓝色,禁用的状态为 info 灰色 [commit](https://gitee.com/zhijiantianya/ruoyi-vue-pro/commit/986d1328e0a0d37e2de2fb9d937faeed9d9bee7b)
* 【新增】前端的 iframe 组件,方便内嵌网页 [commit](https://gitee.com/zhijiantianya/ruoyi-vue-pro/commit/4a8129bffa9e3928c56333e29f5874f55a079764)
* 【新增】在基础设施-配置管理菜单,可通过修改 `yudao.captcha.enable` 配置项,动态修改登录是否需要验证码 [commit](https://gitee.com/zhijiantianya/ruoyi-vue-pro/commit/ec378d75de5660d873514fa16cfabb3671b9eeb4)
* 【新增】在代码生成的预览界面,支持一键复制代码 [commit](https://gitee.com/zhijiantianya/ruoyi-vue-pro/commit/9724a522e9755f6154a82b5f2a0a397662029ab8)
### 🐞 Bug Fixes