This commit is contained in:
2020-06-12 15:08:37 +08:00
parent bd88e395aa
commit 1acef99f50
4 changed files with 173 additions and 0 deletions

View File

@@ -26,6 +26,31 @@
}
}
}
,
{
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "个人中心",
"app-plus": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
}
}
}
},
{
"path": "pages/user/info",
"style": {
"navigationBarTitleText": "个人资料",
"app-plus": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
}
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",