2022年5月29日从svn移到git

This commit is contained in:
daihh
2022-05-29 18:56:34 +08:00
commit b050613020
488 changed files with 68444 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<template>
<div>
<Remark>
1.教师个人中心首页<br/>
2.<br/>
3.<br/>
</Remark>
</div>
</template>
<script>
export default {
name: 'ucTeacherIndex',
components:{},
data(){
return {
params:{name:'',type:''}
}
},
created() {
this.$router.push('/need/course');
},
methods:{
}
}
</script>
<style scoped lang="scss">
</style>