flat: 暂存

This commit is contained in:
Apcallover
2025-11-18 19:43:15 +08:00
parent ca7273f152
commit 60a0448aa7
7 changed files with 15 additions and 21 deletions

View File

@@ -448,7 +448,7 @@ const scrollToBottom = throttle(function () {
}, 500);
function getGuess() {
$api.chatRequest('/guest', { sessionId: chatSessionID.value }, 'POST').then((res) => {
$api.chatRequest('/app/chat/guest', { sessionId: chatSessionID.value }, 'POST').then((res) => {
guessList.value = res.data;
showGuess.value = true;
nextTick(() => {

View File

@@ -149,7 +149,7 @@ const fromValue = reactive({
});
onLoad((parmas) => {
getTreeselect();
// getTreeselect();
});
onMounted(() => {});