新增注册,找回密码功能页面
This commit is contained in:
23
pages.json
23
pages.json
@ -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": "历史记录"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user