imatrix-ui 2.9.42-dw → 2.9.44-dw

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imatrix-ui",
3
- "version": "2.9.42-dw",
3
+ "version": "2.9.44-dw",
4
4
  "description": "前端组件库:表格、表单、组织结构树等",
5
5
  "main": "lib/super-ui.umd.min.js",
6
6
  "private": false,
@@ -161,6 +161,9 @@ service.interceptors.response.use(
161
161
  duration: 5 * 1000
162
162
  })
163
163
  } else {
164
+ if (htmlMsg) {
165
+ message = htmlMsg
166
+ }
164
167
  Message({
165
168
  showClose: true,
166
169
  message: message,