This commit is contained in:
2020-06-01 16:51:11 +08:00
parent db2b9d8e25
commit a6abca1d4b
5 changed files with 384 additions and 7 deletions

View File

@@ -24,6 +24,32 @@
}
}
}
},
{
"path": "mine/MineHistory",
"style": {
"navigationBarTitleText": "我的足迹",
"app-plus": {
"titleSize": "36px",
"titleColor": "#333333",
"titleNView": {
"backgroundColor": "#FFFFFF"
}
}
}
},
{
"path": "mine/MineHelp",
"style": {
"navigationBarTitleText": "使用帮助",
"app-plus": {
"titleSize": "36px",
"titleColor": "#333333",
"titleNView": {
"backgroundColor": "#FFFFFF"
}
}
}
}
]
}