Purpose hace 1 mes
padre
commit
5077640e7c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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'