ErrorDetail

This commit is contained in:
花有清香月有阴
2022-01-10 15:28:18 +08:00
parent 48efda4bd4
commit 79b2de0cdd
2 changed files with 187 additions and 20 deletions

View File

@@ -57,6 +57,8 @@
</template>
<script>
import { mapState } from 'vuex'
export default {
name: 'HealthDetail',
components: {},
@@ -66,7 +68,9 @@ export default {
data: [],
}
},
computed: {},
computed: {
...mapState(['user']),
},
watch: {},
onLoad() {},
onShow() {},