@@ -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'