Purpose 1 ماه پیش
والد
کامیت
5077640e7c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/utils/api.js

+ 1 - 0
src/utils/api.js

@@ -6,6 +6,7 @@ import Vue from 'vue'
 export const api = apiCreator(Constant.REQUEST_PREFIX, (errorMsg) => {
   Vue.prototype.$notify({
     title: '失败',
+    dangerouslyUseHTMLString: true,
     message: errorMsg,
     type: 'error',
     position: 'bottom-right'