初始化

This commit is contained in:
仲么了
2023-01-11 16:33:13 +08:00
commit 0ea48cd5b3
181 changed files with 25945 additions and 0 deletions

21
common/js/share.js Normal file
View File

@@ -0,0 +1,21 @@
export default {
data () {
return {
};
},
// #ifdef MP
onShareAppMessage (res) {
return {
title: "荣创科技",
path: "/pages/index/index",
};
},
onShareTimeline () {
return {
title: "荣创科技",
path: "/pages/index/index",
};
},
// #endif
};