一键登录模块

This commit is contained in:
唐明明
2021-07-23 14:30:06 +08:00
parent 564ed944d4
commit 8407323932
23 changed files with 4088 additions and 50 deletions

View File

@@ -1,18 +1,18 @@
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
"path": "pages/index/index",
"name": "Index",
"meta": {
"auth": false
}
}
,{
"path" : "pages/user/index",
"style" :
{
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
"path": "pages/user/index",
"name": "User",
"meta": {
"auth": false
}
}
,{
"path" : "pages/login/login",