lihaiCenter/pages/index/index.vue

25 lines
311 B
Vue
Raw Permalink Normal View History

2023-10-08 14:17:20 +08:00
<template>
<view class="content">
2023-10-28 11:30:46 +08:00
<u-empty icon="/static/empty/nopage.png"></u-empty>
2023-10-08 14:17:20 +08:00
</view>
</template>
<script>
import mp from "@/utils/uniMP.js"
export default {
data() {
return {
}
},
onLoad() {
},
methods: {
}
}
</script>
<style lang="scss">
</style>