fixing error linkage
This commit is contained in:
parent
07b45ba3ab
commit
8cd362cbb9
1 changed files with 4 additions and 1 deletions
|
|
@ -487,7 +487,10 @@ export const useCounterMixin = defineStore("mixin", () => {
|
|||
component: CustomComponent,
|
||||
componentProps: {
|
||||
title: `พบข้อผิดพลาด`,
|
||||
message: e.message,
|
||||
message:
|
||||
e.message == "Failed to fetch"
|
||||
? "ไม่สามารถเชื่อมต่อกับฐานข้อมูลกรมการปกครองได้"
|
||||
: e.message,
|
||||
icon: "warning",
|
||||
color: "red",
|
||||
onlycancel: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue