shortPlay-mini/pages.json

316 lines
6.1 KiB
JSON
Raw Permalink 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.

{
// 如果您是通过uni_modules形式引入uView可以忽略此配置
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/start/start",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
// #ifdef H5
{
"path": "pages/home/h5/h5",
"style": {
"navigationBarTitleText": "种草短剧",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/shortPlay/shortPlay",
"style" :
{
"navigationBarTitleText" : "变现",
"enablePullDownRefresh" : false
}
},
{
"path": "pages/my/h5/h5",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
// #endif
// #ifdef MP-WEIXIN
{
"path": "pages/home/mini/mini",
"style": {
"navigationBarTitleText": "种草短剧",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/home/mini/info/info",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/shortPlay/shortPlay",
"style" :
{
"navigationBarTitleText" : "短剧",
"enablePullDownRefresh" : false
}
},
{
"path": "pages/my/mini/mini",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/my/wallet/wallet",
"style" :
{
"navigationBarTitleText" : "我的钱包",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/data/shortPlay/shortPlay",
"style" :
{
"navigationBarTitleText" : "短剧数据",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/task/task",
"style" :
{
"navigationBarTitleText" : "任务",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/shortPlay/info/info",
"style" :
{
"navigationBarTitleText" : "详情",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/my/account/account",
"style" :
{
"navigationBarTitleText" : "账号管理",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/my/inviteFriend/inviteFriend",
"style" :
{
"navigationBarTitleText" : "邀请好友",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/my/wallet/bindBankCard/bindBankCard",
"style" :
{
"navigationBarTitleText" : "绑定银行卡",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/my/wallet/bindAlipay/bindAlipay",
"style" :
{
"navigationBarTitleText" : "绑定支付宝",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/my/wallet/withdrawalRecord/withdrawalRecord",
"style" :
{
"navigationBarTitleText" : "提现记录",
"enablePullDownRefresh" : false
}
},
// #endif
{
"path": "pages/entry/entry",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/agreement/user/user",
"style": {
"navigationBarTitleText": "用户协议",
"enablePullDownRefresh": false
}
},
{
"path": "pages/agreement/privacy/privacy",
"style": {
"navigationBarTitleText": "隐私政策",
"enablePullDownRefresh": false
}
},
{
"path": "pages/notice/notice",
"style": {
"navigationBarTitleText": "公告列表",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/my/personal/personal",
"style" :
{
"navigationBarTitleText" : "个人信息",
"enablePullDownRefresh" : false
}
},
// {
// "path" : "pages/my/updatePwd/updatePwd",
// "style" :
// {
// "navigationBarTitleText" : "修改密码",
// "enablePullDownRefresh" : false
// }
// },
{
"path" : "pages/data/data",
"style" :
{
"navigationBarTitleText" : "种草短剧",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/login/forgetPwd/forgetPwd",
"style" :
{
"navigationBarTitleText" : "忘记密码",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/notice/info/info",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/home/mini/viewImg/viewImg",
"style" :
{
"navigationBarTitleText" : "种草短剧",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/my/feedback/feedback",
"style" :
{
"navigationBarTitleText" : "意见反馈",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/my/feedback/add/add",
"style" :
{
"navigationBarTitleText" : "意见反馈",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/task/info/info",
"style" :
{
"navigationBarTitleText" : "任务详情",
"enablePullDownRefresh" : false
}
}
],
// #ifdef H5
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#969799",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/home/h5/h5"
},
{
"pagePath": "pages/shortPlay/shortPlay"
},
{
"pagePath": "pages/my/h5/h5"
}
]
},
// #endif
// #ifdef MP-WEIXIN
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#969799",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/home/mini/mini"
},
{
"pagePath": "pages/shortPlay/shortPlay"
},
{
"pagePath": "pages/data/data"
},
{
"pagePath": "pages/task/task"
},
{
"pagePath": "pages/my/mini/mini"
}
]
},
// #endif
// #969799
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#f7f8fa",
"app-plus": {
"background": "#efeff4"
}
}
}