1
0
forked from dyf/APP

新增注册,找回密码功能页面

This commit is contained in:
fengerli
2025-09-17 16:05:50 +08:00
parent 48da6d0e1c
commit d8f281a891
9 changed files with 1051 additions and 49 deletions

View File

@ -1,12 +1,26 @@
{
"pages": [
// 登录
{
"path": "pages/common/login/index",
"style": {
"navigationStyle": "custom"
}
},
// 注册
{
"path": "pages/common/register/index",
"style": {
"navigationStyle": "custom"
}
},
// 忘记密码
{
"path": "pages/common/forgotPassword/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/common/index/index",
@ -276,10 +290,9 @@
}
},
{
"path" : "pages/670/History",
"style" :
{
"navigationBarTitleText" : "历史记录"
"path": "pages/670/History",
"style": {
"navigationBarTitleText": "历史记录"
}
}