@10yun/cv-pc-ui 0.2.15 → 0.2.16

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": "@10yun/cv-pc-ui",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "description": "cvjs-pc-ui组件",
5
5
  "author": "10yun",
6
6
  "private": false,
@@ -290,7 +290,7 @@ class RequestClass {
290
290
  showClose: true,
291
291
  type: 'error',
292
292
  dangerouslyUseHTMLString: true,
293
- message: `<br>${msg404}<br>`
293
+ message: `${msg404}`
294
294
  });
295
295
  return Promise.reject(apiResData);
296
296
  return;