增加登陆界面

This commit is contained in:
YunaiV
2021-11-25 07:57:23 +08:00
parent d12912080e
commit 55ee2fcad7
11 changed files with 1086 additions and 2 deletions

View File

@ -11,7 +11,21 @@
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
}
}, {
"path": "pages/auth/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle":"custom",
"app-plus": {
"animationType": "slide-in-bottom"
}
}
}, {
"path" : "pages/set/userInfo",
"style" : {
"navigationBarTitleText": "个人资料"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",