feat: 添加子文章crud
This commit is contained in:
@@ -38,7 +38,6 @@ onMounted(() => {
|
||||
//使用传入值
|
||||
if(props.userInfo!= undefined)
|
||||
{
|
||||
console.log(props.userInfo,"props.userInfo333");
|
||||
userInfo.icon=props.userInfo.icon;
|
||||
userInfo.name=props.userInfo.name;
|
||||
userInfo.role=props.userInfo.role;
|
||||
|
||||
Reference in New Issue
Block a user