Compare commits

..

No commits in common. "037bda3b5f61a890def74aef350875c800d75645" and "ec45398088fcba41afea2c58d401739cc7074961" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ axios.interceptors.response.use(
}else { }else {
if (error.config.url.indexOf('prints')>-1) { if (error.config.url.indexOf('prints')>-1) {
ElNotification.error({ ElNotification.error({
title: '打印报错', title: '驱动未打开',
message: "打印机未设置或打印服务未启动,请确认后再进行打印操作!" message: "请先运行打印驱动,再进行打印操作!"
}); });
} else { } else {
ElNotification.error({ ElNotification.error({