parent
b53cfa35f5
commit
4fead524fa
After Width: | Height: | Size: 11 KiB |
@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div>
|
||||
活动分类
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
export default{
|
||||
data(){
|
||||
return {}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style></style>
|
@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
课程安排
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
export default{
|
||||
data(){
|
||||
return {}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style></style>
|
@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div>
|
||||
科研活动
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
export default{
|
||||
data(){
|
||||
return {}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style></style>
|
Loading…
Reference in new issue