@@ -77,9 +77,7 @@
watch(
() => props.item,
- (val) => {
- console.log('item有变化吗', val)
- }
+ (val) => {}
)
const handerPublish = () => {
tallTag.value = false
@@ -133,9 +133,7 @@
}
const handerfollw = async () => {