You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
210 B
12 lines
210 B
![]()
4 weeks ago
|
<template>
|
||
|
<div>
|
||
|
<div>教员入驻</div>
|
||
|
<div>权限:</div>
|
||
|
<div>审核:JoinUs:Coach:audit</div>
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script setup name="Coach"></script>
|
||
|
|
||
|
<style lang="scss" scoped></style>
|