novel_backstage/pages.json
2023-10-12 08:45:00 +08:00

289 lines
6.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
// 启动页面
"path": "pages/firing/firing",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/logon/logon",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none"
}
}
},
// 小说
{
// 业绩
"path": "pages/novel/performance/performance",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
},
{
// 书籍管理
"path": "pages/novel/bookManagement/bookManagement",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
// "disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
},
{
// 排行榜
"path": "pages/novel/ranking/ranking",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
// "disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
},
{
// 短剧业绩
"path": "pages/shortPlay/performance/performance",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
},
{
// 短剧管理
"path": "pages/shortPlay/shortManagement/shortManagement",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
// "disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
},
{
// 我的
"path": "pages/shortPlay/my/my",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
// "disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
}
],
"subPackages": [{
"root": "pagesA", // 分包根路径
"pages": [{
// 个人业绩
"path": "novel/personalMoney/personalMoney",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
},
{
// 文案运营个人业绩
"path": "novel/copywritingPersonal/copywritingPersonal",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
},
{
// 文案运营个人业绩提成时间列表
"path": "novel/commissionDetail/commissionDetail",
"style": {
"navigationBarTitleText": "",
// "navigationStyle": "custom",
// "navigationBarTextStyle": "white",
// "disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
}, {
// 书籍列表
"path": "novel/booksList/booksList",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
// "disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
},
{
// 书籍详细
"path": "novel/bookDetail/bookDetail",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
}, {
// 短剧个人业绩
"path": "shortPlay/personalMoney/personalMoney",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
},
{
// 短剧文案运营个人业绩
"path": "shortPlay/copywritingPersonal/copywritingPersonal",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
},
{
// 短剧详细
"path": "shortPlay/shortPlayDetail/shortPlayDetail",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
// "disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
},
{
// 影视分成
"path": "shortPlay/moviesDivideInto/moviesDivideInto",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
// "disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
},
{
// 奖金福利
"path": "shortPlay/welfareBonus/welfareBonus",
"style": {
"navigationBarTitleText": "奖金福利",
"app-plus": {
"bounce": "none"
}
}
},
{
// 旅游福利
"path": "shortPlay/welfareTourism/welfareTourism",
"style": {
"navigationBarTitleText": "旅游福利",
"app-plus": {
"bounce": "none"
}
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"custom": true, //隐藏官方选项卡
"color": "#000000",
"selectedColor": "#000000",
"backgroundColor": "#000000",
"list": [{
"pagePath": "pages/novel/performance/performance",
"text": "业绩",
"iconPath": "/static/logon/performance.png",
"selectedIconPath": "/static/logon/performance_active.png"
}, {
"pagePath": "pages/novel/ranking/ranking",
"text": "榜单",
"iconPath": "/static/logon/ranking.png",
"selectedIconPath": "/static/logon/ranking_active.png"
},
{
"pagePath": "pages/novel/bookManagement/bookManagement",
"text": "书籍管理",
"iconPath": "/static/logon/manage.png",
"selectedIconPath": "/static/logon/manage_active.png"
},
// {
// "pagePath": "pages/shortPlay/performance/performance",
// "text": "业绩",
// "iconPath": "",
// "selectedIconPath": ""
// },
{
"pagePath": "pages/shortPlay/my/my",
"text": "我的",
"iconPath": "/static/logon/my.png",
"selectedIconPath": "/static/logon/my_active.png"
}
// {
// "pagePath": "pages/shortPlay/shortManagement/shortManagement"
// }
]
},
"usingComponents": {},
"uniIdRouter": {}
}