fix(item-bottom): 修复分享功能中token未定义的问题

style(edit): 调整编辑器工具栏样式,包括内边距、高度和悬停效果
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-11-17 18:56:30 +08:00
parent db54f19af8
commit 1c950e00a8
3 changed files with 22 additions and 6 deletions

View File

@@ -115,6 +115,7 @@ export const itemBottom = defineComponent({
};
const share = () => {
const token = item.value.token || "";
ajax(`/v2/api/forum/postTopicShare`, {token});
};