This commit is contained in:
zmr900709
2020-06-12 17:46:28 +08:00
5 changed files with 181 additions and 0 deletions

View File

@@ -65,6 +65,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",