a1300399510@qq.com 提交于 2023/03/30 -16:00:03

This commit is contained in:
XiaoMo 2023-03-30 16:00:14 +08:00
parent 9224207ff8
commit 8963447077

View File

@ -0,0 +1,28 @@
<template>
<div>
<header-nav :issearch="true" :needgetuser="true">
<template slot="header-title">我的寄托</template>
</header-nav>
</div>
</template>
<script>
export default {
name: 'GterforumwebDetail',
data() {
return {
};
},
mounted() {
console.log("ggmjgj");
},
methods: {
},
};
</script>
<style lang="scss" scoped></style>