mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
引导位弹框移到首页头部
This commit is contained in:
@@ -117,12 +117,16 @@
|
||||
</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";
|
||||
@@ -141,7 +145,7 @@ export default {
|
||||
default: 0,
|
||||
}
|
||||
},
|
||||
|
||||
components:{InterestCollection,GuideBox},
|
||||
computed: {
|
||||
...mapGetters(['userInfo', 'userMsg','identity']),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user