一键登录云函数构建,手机号一键登录调试

This commit is contained in:
唐明明
2021-07-23 17:22:47 +08:00
parent 1ac15128db
commit a6b92679c2
23 changed files with 3226 additions and 194 deletions

View File

@@ -2,10 +2,15 @@
// launchtype项可配置值为local或remote, local代表前端连本地云函数remote代表前端连云端云函数
"version": "0.0",
"configurations": [{
"type": "uniCloud",
"default": {
"launchtype": "local"
}
}
"app-plus" :
{
"launchtype" : "remote"
},
"default" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}