mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
Merge branch 'zcwy0417-out' of https://codeup.aliyun.com/648097ddb583fece2f059e59/vue/learning-system-portal into zcwy0417-out
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import {addTeacher, getCertificationProcess, setOfflineTutoring} from "@/api/modules/lecturer";
|
||||
|
||||
export default {
|
||||
name: "",
|
||||
name: "CoachingPage",
|
||||
data(){
|
||||
return{
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import {addTeacher, getCertificationProcess, getProgress, getTeacherInfo} from "@/api/modules/lecturer";
|
||||
|
||||
export default {
|
||||
name: "",
|
||||
name: "CoachingSuccess",
|
||||
data(){
|
||||
return{
|
||||
teacherId:'',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import {mapActions, mapGetters} from "vuex";
|
||||
import {getCertificationProcess, getTeacherInfo, setOfflineTutoring, treeList} from "@/api/modules/lecturer"
|
||||
export default {
|
||||
name: "",
|
||||
name: "FinalDraft",
|
||||
computed: {
|
||||
...mapGetters(['userInfo'])
|
||||
},
|
||||
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
} from "@/api/modules/lecturer";
|
||||
|
||||
export default {
|
||||
name: "",
|
||||
name: "FinalSuccess",
|
||||
data(){
|
||||
return{
|
||||
teacherId:'',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import {mapActions, mapGetters} from "vuex";
|
||||
import {getCertificationProcess, getTeacherInfo, setOfflineTutoring, treeList} from "@/api/modules/lecturer"
|
||||
export default {
|
||||
name: "",
|
||||
name: "FirstDraftTwo",
|
||||
computed: {
|
||||
...mapGetters(['userInfo'])
|
||||
},
|
||||
|
||||
@@ -101,7 +101,7 @@ export default {
|
||||
<div class="uc-course" v-for="(item, idx) in couresList" :key="idx" >
|
||||
<div class="uc-course-img" style="width: 212px;height:119px">
|
||||
<!-- <course-image :course="item"></course-image>-->
|
||||
<img :src="fileBaseUrl + item.cover.match(/\upload(\S*)/)[1]">
|
||||
<img :src="item.cover">
|
||||
</div>
|
||||
<div class="uc-course-info">
|
||||
<div class="uc-course-name">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import {addTeacher, getCertificationProcess, getProgress, getTeacherInfo} from "@/api/modules/lecturer";
|
||||
|
||||
export default {
|
||||
name: "",
|
||||
name: "OnlineLearning",
|
||||
data(){
|
||||
return{
|
||||
teacherId:'',
|
||||
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
} from "@/api/modules/lecturer";
|
||||
|
||||
export default {
|
||||
name: "",
|
||||
name: "TwoAthentication",
|
||||
data(){
|
||||
return{
|
||||
teacherId:'',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import {addTeacher, getCertificationProcess, setOfflineTutoring} from "@/api/modules/lecturer";
|
||||
|
||||
export default {
|
||||
name: "",
|
||||
name: "TwoCoaching",
|
||||
data(){
|
||||
return{
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
} from "@/api/modules/lecturer";
|
||||
|
||||
export default {
|
||||
name: "",
|
||||
name: "TwoCos",
|
||||
data(){
|
||||
return{
|
||||
teacherId:'',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import {mapActions, mapGetters} from "vuex";
|
||||
import {getCertificationProcess, getTeacherInfo, setOfflineTutoring, treeList} from "@/api/modules/lecturer"
|
||||
export default {
|
||||
name: "",
|
||||
name: "TwoFinal",
|
||||
computed: {
|
||||
...mapGetters(['userInfo'])
|
||||
},
|
||||
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
} from "@/api/modules/lecturer";
|
||||
|
||||
export default {
|
||||
name: "",
|
||||
name: "TwoFinals",
|
||||
data(){
|
||||
return{
|
||||
teacherId:'',
|
||||
|
||||
Reference in New Issue
Block a user