mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-08 15:21:52 +08:00
指定element-ui依赖版本为2.15.8,规避2.15.9版本中Prop being mutated: "placement"报错的bug
修复部分svg图标引用草料二维码插件内部字体的问题 去除短信日志页面的新增按钮,解决"handleAdd" is not defined的报错 修复数据库文档页面中data定义src: "undefined"的格式,解决控制台报错
This commit is contained in:
@@ -27,7 +27,7 @@ export default {
|
||||
return {
|
||||
height: document.documentElement.clientHeight - 94.5 + "px;",
|
||||
loading: true,
|
||||
src: undefined,
|
||||
src: "undefined",
|
||||
};
|
||||
},
|
||||
mounted: function() {
|
||||
|
Reference in New Issue
Block a user