Skip to content

Commit

Permalink
chore: fix hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwite committed Oct 9, 2024
1 parent a9d1da7 commit 5cf17cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/web/src/views/BookShelf.vue
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export default defineComponent({
store.setConnectType("danger");
store.setConnectStatus("连接异常");
ElMessage.error(
"后端连接失败异常,请检查阅读WEB服务或者设置其它可用IP",
"后端连接失败异常,请检查阅读WEB服务或者设置其它可用链接",
);
store.setNewConnect(false);
throw error;
Expand Down

0 comments on commit 5cf17cb

Please sign in to comment.