info.vue 383 Bytes
<template lang="html">
  <div class="">
    维护我的介绍信息;讲师首页显示我的介绍;
    可以更改自己的登录密码;
    可以更改手机号码;
    <br/>
    "培训机构维护机构的介绍信息;
    培训机构详情页显示的介绍详情;"
  </div>
</template>

<script>
export default {
}
</script>

<style lang="css" scoped>
</style>