mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-09 10:43:44 +08:00
opt: change the relative path with absolute path for midjourney image uploading
This commit is contained in:
@@ -479,9 +479,15 @@ const changeChat = (chat) => {
|
||||
}
|
||||
|
||||
const loadChat = function (chat) {
|
||||
if (!isLogin.value) {
|
||||
showLoginDialog.value = true
|
||||
return;
|
||||
}
|
||||
|
||||
if (activeChat.value['chat_id'] === chat.chat_id) {
|
||||
return;
|
||||
}
|
||||
|
||||
activeChat.value = chat
|
||||
newChatItem.value = null;
|
||||
roleId.value = chat.role_id;
|
||||
|
||||
Reference in New Issue
Block a user