提交 7f9b08e9 编写于 作者: View Design's avatar View Design

Update Header.vue

上级 5fad46eb
......@@ -120,7 +120,6 @@ function handleBlurTitle () {
emits('update-query', editTitle.value)
}
async function handleUpdateOpenState (s) {
console.log(89)
const { data } = await useRequest(`/v1/chat/${state.id}/public/${s}`, { method: 'post' })
if (data.value) isOpen.value = s
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册