Update pages.json

This commit is contained in:
全栈小学生 2024-09-28 09:41:42 +08:00
parent 5151fedba4
commit 392c23f9a1

View File

@ -17,6 +17,15 @@
} }
} }
}, },
{
"path": "app/pages/auth/index",
"style": {
// #ifndef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "%pages.auth.index%"
}
},
{ {
"path": "app/pages/auth/agreement", "path": "app/pages/auth/agreement",
"style": { "style": {
@ -26,24 +35,36 @@
{ {
"path": "app/pages/auth/bind", "path": "app/pages/auth/bind",
"style": { "style": {
// #ifndef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "%pages.auth.bind%" "navigationBarTitleText": "%pages.auth.bind%"
} }
}, },
{ {
"path": "app/pages/auth/login", "path": "app/pages/auth/login",
"style": { "style": {
// #ifndef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "%pages.auth.login%" "navigationBarTitleText": "%pages.auth.login%"
} }
}, },
{ {
"path": "app/pages/auth/register", "path": "app/pages/auth/register",
"style": { "style": {
// #ifndef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "%pages.auth.register%" "navigationBarTitleText": "%pages.auth.register%"
} }
}, },
{ {
"path": "app/pages/auth/resetpwd", "path": "app/pages/auth/resetpwd",
"style": { "style": {
// #ifndef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "%pages.auth.resetpwd%" "navigationBarTitleText": "%pages.auth.resetpwd%"
} }
}, },
@ -200,13 +221,6 @@
}, },
"needLogin": true "needLogin": true
}, },
{
"path": "app/pages/member/location_address_edit",
"style": {
"navigationBarTitleText": "%pages.member.address_edit%"
},
"needLogin": true
},
{ {
"path": "app/pages/member/sign_in", "path": "app/pages/member/sign_in",
"style": { "style": {
@ -232,6 +246,9 @@
{ {
"path": "app/pages/pay/result", "path": "app/pages/pay/result",
"style": { "style": {
// #ifndef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "%pages.pay.result%" "navigationBarTitleText": "%pages.pay.result%"
} }
}, },
@ -288,7 +305,7 @@
"root": "addon", "root": "addon",
"pages": [ "pages": [
// {{ PAGE_BEGAIN }} // {{ PAGE_BEGAIN }}
// {{ PAGE_END }}} // {{ PAGE_END }}}
{ {
"path": "end" "path": "end"
} }
@ -299,9 +316,9 @@
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationBarBackgroundColor": "#ffffff", "navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#F8F8F8", "backgroundColor": "#F6F6F6",
"backgroundColorTop": "#F8F8F8", "backgroundColorTop": "#F6F6F6",
"backgroundColorBottom": "#F8F8F8" "backgroundColorBottom": "#F6F6F6"
}, },
"tabBar": { "tabBar": {
"list": [{ "list": [{