mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-19 07:46:43 +08:00
Merge branch '20251117-new-employee' of http://10.251.129.121/boeu/learning-system-portal into master-20251210
This commit is contained in:
@@ -302,6 +302,7 @@ import yearMedal from "@/components/Popup/China2023.vue";
|
||||
import apiBoeCourse from "@/api/boe/course.js";
|
||||
import { userAvatarText } from "@/utils/tools.js";
|
||||
import apiCase from "@/api/modules/cases.js";
|
||||
import { getWelcomeData } from "@/api/new-employee/newEmployee";
|
||||
export default {
|
||||
props: {
|
||||
current: {
|
||||
|
||||
@@ -337,11 +337,11 @@
|
||||
<script>
|
||||
import { mapGetters } from "vuex";
|
||||
import desk from "@/api/console.js";
|
||||
import { getWelcomeData } from "@/api/new-employee/newEmployee";
|
||||
import Cookies from "vue-cookies";
|
||||
import InterestCollection from "@/components/Portal/interestCollection.vue";
|
||||
import GuideBox from "@/components/Portal/guideBox.vue";
|
||||
import gonggao from "@/components/Gonggao.vue";
|
||||
import { getWelcomeData } from "@/api/new-employee/newEmployee";
|
||||
export default {
|
||||
components: { InterestCollection, GuideBox, gonggao },
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user