code review 用户社交登陆的逻辑

增加测试页面的 README.md
This commit is contained in:
YunaiV 2021-12-15 09:21:37 +08:00
parent b365b40273
commit 91e98a5e62

View File

@ -0,0 +1,16 @@
{ // launch.json configurations app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
// launchtypelocalremote, localremote
"version": "0.0",
"configurations": [{
"default" :
{
"launchtype" : "local"
},
"h5" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}