详情 结果

This commit is contained in:
shijingjing
2022-03-24 11:02:59 +08:00
parent 314d9217d5
commit 502db1f16d
5 changed files with 40 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
<template>
<div class="result"></div>
</template>
<script>
export default {
data() {
return {}
},
methods: {},
onShow() {
document.title = "处理结果"
}
}
</script>
<style lang="scss" scoped>
.result {
}
</style>