mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-27 13:28:10 +00:00
Update pages.json
This commit is contained in:
parent
5151fedba4
commit
392c23f9a1
@ -17,6 +17,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "app/pages/auth/index",
|
||||
"style": {
|
||||
// #ifndef H5
|
||||
"navigationStyle": "custom",
|
||||
// #endif
|
||||
"navigationBarTitleText": "%pages.auth.index%"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "app/pages/auth/agreement",
|
||||
"style": {
|
||||
@ -26,24 +35,36 @@
|
||||
{
|
||||
"path": "app/pages/auth/bind",
|
||||
"style": {
|
||||
// #ifndef H5
|
||||
"navigationStyle": "custom",
|
||||
// #endif
|
||||
"navigationBarTitleText": "%pages.auth.bind%"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "app/pages/auth/login",
|
||||
"style": {
|
||||
// #ifndef H5
|
||||
"navigationStyle": "custom",
|
||||
// #endif
|
||||
"navigationBarTitleText": "%pages.auth.login%"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "app/pages/auth/register",
|
||||
"style": {
|
||||
// #ifndef H5
|
||||
"navigationStyle": "custom",
|
||||
// #endif
|
||||
"navigationBarTitleText": "%pages.auth.register%"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "app/pages/auth/resetpwd",
|
||||
"style": {
|
||||
// #ifndef H5
|
||||
"navigationStyle": "custom",
|
||||
// #endif
|
||||
"navigationBarTitleText": "%pages.auth.resetpwd%"
|
||||
}
|
||||
},
|
||||
@ -200,13 +221,6 @@
|
||||
},
|
||||
"needLogin": true
|
||||
},
|
||||
{
|
||||
"path": "app/pages/member/location_address_edit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%pages.member.address_edit%"
|
||||
},
|
||||
"needLogin": true
|
||||
},
|
||||
{
|
||||
"path": "app/pages/member/sign_in",
|
||||
"style": {
|
||||
@ -232,6 +246,9 @@
|
||||
{
|
||||
"path": "app/pages/pay/result",
|
||||
"style": {
|
||||
// #ifndef H5
|
||||
"navigationStyle": "custom",
|
||||
// #endif
|
||||
"navigationBarTitleText": "%pages.pay.result%"
|
||||
}
|
||||
},
|
||||
@ -288,7 +305,7 @@
|
||||
"root": "addon",
|
||||
"pages": [
|
||||
// {{ PAGE_BEGAIN }}
|
||||
// {{ PAGE_END }}}
|
||||
// {{ PAGE_END }}}
|
||||
{
|
||||
"path": "end"
|
||||
}
|
||||
@ -299,9 +316,9 @@
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "",
|
||||
"navigationBarBackgroundColor": "#ffffff",
|
||||
"backgroundColor": "#F8F8F8",
|
||||
"backgroundColorTop": "#F8F8F8",
|
||||
"backgroundColorBottom": "#F8F8F8"
|
||||
"backgroundColor": "#F6F6F6",
|
||||
"backgroundColorTop": "#F6F6F6",
|
||||
"backgroundColorBottom": "#F6F6F6"
|
||||
},
|
||||
"tabBar": {
|
||||
"list": [{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user