This commit is contained in:
曹辉 2023-04-20 15:49:21 +08:00
parent a9a368dd3a
commit 9c3cdfcd40

View File

@ -4,17 +4,17 @@
}, },
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
}, {
"path": "pages/startup/startup", "path": "pages/startup/startup",
"style": { "style": {
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
}, { }, {
"path": "pages/Healthknowledge/Healthknowledge", "path": "pages/Healthknowledge/Healthknowledge",
"style": { "style": {
@ -93,13 +93,6 @@
"navigationBarTitleText": "收益信息", "navigationBarTitleText": "收益信息",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
},
{
"path": "pages/RevenueDetails/RevenueDetails",
"style": {
"navigationBarTitleText": "收益信息",
"enablePullDownRefresh": false
}
}, { }, {
"path": "pages/study/study", "path": "pages/study/study",
"style": { "style": {