info.vue 383 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 <template lang="html"> <div class=""> 维护我的介绍信息;讲师首页显示我的介绍; 可以更改自己的登录密码; 可以更改手机号码; <br/> "培训机构维护机构的介绍信息; 培训机构详情页显示的介绍详情;" </div> </template> <script> export default { } </script> <style lang="css" scoped> </style>