mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
去掉不再使用的引用
This commit is contained in:
@@ -125,16 +125,12 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<interest-Collection></interest-Collection>
|
||||
<guide-box></guide-box>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { mapGetters, mapActions } from 'vuex';
|
||||
import apiMessage from '@/api/system/message.js';
|
||||
import apiBoeCourse from '@/api/boe/course.js';
|
||||
import InterestCollection from '@/components/Portal/interestCollection.vue'
|
||||
import GuideBox from '@/components/Portal/guideBox.vue'
|
||||
import {userAvatarText} from "@/utils/tools.js";
|
||||
export default {
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user