fix(item-bottom): 修复分享功能中token未定义的问题
style(edit): 调整编辑器工具栏样式,包括内边距、高度和悬停效果
This commit is contained in:
@@ -115,6 +115,7 @@ export const itemBottom = defineComponent({
|
||||
};
|
||||
|
||||
const share = () => {
|
||||
const token = item.value.token || "";
|
||||
ajax(`/v2/api/forum/postTopicShare`, {token});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user