Skip to content

Commit bb478f7

Browse files
committed
[Fix] 🐛 License Dialog Closeable #443
1 parent b91b5bc commit bb478f7

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/views/chat/components/Chat

1 file changed

+1
-1
lines changed

frontend/src/views/chat/components/Chat/Chat.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ const auth = async () => {
521521
<!-- 服务器选择 -->
522522
<ChatServiceSelect />
523523
<!-- 授权 -->
524-
<NModal v-model:show="isShowUnauthorizedModal" preset="dialog" :close-on-esc="false" :mask-closable="false" :show-icon="false">
524+
<NModal v-model:show="isShowUnauthorizedModal" preset="dialog" :closable="false" :close-on-esc="false" :maskClosable="false" :show-icon="false">
525525
<NResult class="box-border w-11/12 lg:w-[400px] px-4 py-4 rounded-md" status="403" title="401 未授权">
526526
<template #footer>
527527
<NInput class="w-11/12" v-model:value="authKey" type="password" placeholder="请输入授权码" maxlength="60" clearable></NInput>

0 commit comments

Comments
 (0)