Dining_Hall/pages/amendPassword.vue

20 lines
165 B
Vue
Raw Normal View History

2025-01-02 14:28:03 +08:00
<template>
<view>
忘记密码
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>