Commit b7fef7dc authored by 罗超's avatar 罗超

1

parent bfc29922
This diff is collapsed.
...@@ -277,6 +277,20 @@ export default { ...@@ -277,6 +277,20 @@ export default {
title: "首页", title: "首页",
}); });
}, },
onShareAppMessage() {
return {
title: "甲小鹤",
query: "/pages/index/index",
imageUrl: "",
};
},
onShareTimeline() {
return {
title: "甲小鹤",
query: "/pages/index/index",
imageUrl: "",
};
},
}; };
</script> </script>
......
...@@ -12,7 +12,6 @@ export let uploadFile = (path, file, successCallback) => { ...@@ -12,7 +12,6 @@ export let uploadFile = (path, file, successCallback) => {
for (let i = 0; i < file.length; i++) { for (let i = 0; i < file.length; i++) {
UploadSelfFile(path, file[i], successCallback) UploadSelfFile(path, file[i], successCallback)
} }
} }
//获取base64格式路径 //获取base64格式路径
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment