mirror of
https://github.com/gedoor/legado.git
synced 2025-01-08 11:47:32 +08:00
chore: fix hint
This commit is contained in:
parent
a9d1da772a
commit
5cf17cb54f
@ -362,7 +362,7 @@ export default defineComponent({
|
||||
store.setConnectType("danger");
|
||||
store.setConnectStatus("连接异常");
|
||||
ElMessage.error(
|
||||
"后端连接失败异常,请检查阅读WEB服务或者设置其它可用IP",
|
||||
"后端连接失败异常,请检查阅读WEB服务或者设置其它可用链接",
|
||||
);
|
||||
store.setNewConnect(false);
|
||||
throw error;
|
||||
|
Loading…
Reference in New Issue
Block a user