We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91b5bc commit bb478f7Copy full SHA for bb478f7
frontend/src/views/chat/components/Chat/Chat.vue
@@ -521,7 +521,7 @@ const auth = async () => {
521
<!-- 服务器选择 -->
522
<ChatServiceSelect />
523
<!-- 授权 -->
524
- <NModal v-model:show="isShowUnauthorizedModal" preset="dialog" :close-on-esc="false" :mask-closable="false" :show-icon="false">
+ <NModal v-model:show="isShowUnauthorizedModal" preset="dialog" :closable="false" :close-on-esc="false" :maskClosable="false" :show-icon="false">
525
<NResult class="box-border w-11/12 lg:w-[400px] px-4 py-4 rounded-md" status="403" title="401 未授权">
526
<template #footer>
527
<NInput class="w-11/12" v-model:value="authKey" type="password" placeholder="请输入授权码" maxlength="60" clearable></NInput>
0 commit comments