feat: 调用云开发

This commit is contained in:
eric
2022-12-14 14:04:36 +08:00
parent 5f3712b7ab
commit 208c530dda
8 changed files with 102 additions and 56 deletions

View File

@@ -1,3 +1,4 @@
const path=require("path")
const config = {
enableShareTimeline: true,//允许分享到朋友圈
enableShareAppMessage: true,
@@ -60,6 +61,9 @@ const config = {
},
},
},
alias: {
'@/utils': path.resolve(__dirname, '..', 'src/utils'),
}
};
module.exports = function (merge) {