mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
先同步一下
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
import interactBar from "@/components/Portal/interactBar.vue";
|
||||
import apiComment from '@/api/modules/comments.js'
|
||||
import apiUser from '@/api/system/user.js'
|
||||
import authorInfo from '@/components/Portal/authorInfo.vue';
|
||||
import authorInfo from '@/components/Portal/artauthor.vue';
|
||||
import apiNote from '@/api/phase2/note.js';
|
||||
// import author from '@/components/Portal/author.vue';
|
||||
import { mapGetters } from 'vuex';
|
||||
@@ -293,7 +293,6 @@
|
||||
item.sex=author.sex;
|
||||
item.name=author.name;
|
||||
item.sign=author.sign;
|
||||
|
||||
return true;
|
||||
}else{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user