This commit is contained in:
pengxiaolong
2025-06-23 22:00:46 +08:00
parent acc81963e9
commit 36a240f854
79 changed files with 426 additions and 154 deletions

View File

@@ -177,6 +177,14 @@ export default {
mounted() {
this.createModule = this.$refs.createModule; // 挂载后赋值
},
onShareAppMessage(res) {
if (res.from === 'menu') {
return {
title: '分享',
path: "/pages/Home/Home"
}
}
},
methods: {
// 刷新
onRefresherRefresh() {