mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 16:56:43 +08:00
2022年5月29日从svn移到git
This commit is contained in:
31
src/views/TeacherIndex.vue
Normal file
31
src/views/TeacherIndex.vue
Normal 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>
|
||||
Reference in New Issue
Block a user