fix:打印机报错提示文案修改
This commit is contained in:
parent
a8626b5cdc
commit
245dd1bf46
|
|
@ -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({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue