/** * 找回密码页面 */ <template> <view class="find-password"> </view> </template> <script> export default { data() { return { } }, methods: { } } </script> <style> </style>