1 Star 0 Fork 39

DXZWalker/quju-app

forked from 小卫卫来也/quju-app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 13.68 KB
一键复制 编辑 原始数据 按行查看 历史
小卫卫来也 提交于 2020-11-20 13:42 . 分享返佣金
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
{
"pages": [
// 首页
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "小猪趣聚",
"app-plus": {
"titleNView": {
"bounce": "vertical"
/* "buttons": [
{
"type": "share"
}
] */
}
},
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/common/select-city",
"style": {
"navigationBarTitleText": "城市选择",
"disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/home/news-search",
"style": {
"navigationBarTitleText": "搜索",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"backgroundColorTop": "#fff",
"backgroundColorBottom": "#fff"
}
},
{
"path": "pages/home/web",
"style": {
"navigationBarTitleText": "小猪趣聚"
}
},
{
"path": "pages/tabbar/act-list",
"style": {
"navigationBarTitleText": "活动",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
// 群组
{
"path": "pages/tabbar/card-list",
"style": {
"navigationBarTitleText": "我的消费券",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
// 聚会活动
/* {
"path": "pages/act/act-classify-list",
"style": {
"backgroundColorTop": "#5677FC",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
// "navigationBarTitleText": "列表"
}
},
{
"path": "pages/act/act-detail",
"style": {
"navigationBarTitleText": "聚会详情"
}
},
{
"path": "pages/act/act-cmt",
"style": {
"navigationBarTitleText": "评论"
}
},
{
"path": "pages/act/act-cmt-list",
"style": {
"navigationBarTitleText": "评论列表"
}
},
{
"path": "pages/act/act-join-success",
"style": {
"navigationBarTitleText": "已报名"
}
},
{
"path": "pages/act/act-edit",
"style": {
"navigationBarTitleText": "发起"
}
},
{
"path": "pages/act/act-edit-desc",
"style": {
"navigationBarTitleText": "详细描述"
}
}, */
// 我的中心
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "个人中心",
"backgroundColorTop": "#5677FC",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/my/userinfo",
"style": {
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
"navigationBarTitleText": "个人信息"
}
},
{
"path": "pages/my/member-list-my",
"style": {
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
// "navigationBarTitleText": "个人信息"
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/my/group-join-list",
"style": {
"navigationBarTitleText": "申请 / 发布",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/my/act-join-list",
"style": {
"navigationBarTitleText": "报名 / 发布",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/my/photo-edit",
"style": {
"navigationBarTitleText": "我的相册"
}
},
{
"path": "pages/my/sign-edit",
"style": {
"navigationBarTitleText": "编辑个性签名"
}
},
{
"path": "pages/my/label-edit",
"style": {
"navigationBarTitleText": "编辑兴趣标签"
}
},
{
"path": "pages/my/my-act-type-edit",
"style": {
"navigationBarTitleText": "选择活动偏好"
}
},
{
"path": "pages/my/my-note-list",
"style": {
"navigationBarTitleText": "我的游记"
}
},
{
"path": "pages/my/my-mer-list",
"style": {
"navigationBarTitleText": "商家列表",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/my/my-coin-list",
"style": {
"navigationBarTitleText": "佣金收入"
}
},
{
"path": "pages/my/my-share-list",
"style": {
"navigationBarTitleText": "我邀请的"
}
},
// 会员详情
{
"path": "pages/member/member-detail",
"style": {}
},
{
"path": "pages/member/member-list",
"style": {
"navigationBarTitleText": "推荐"
}
},
{
"path": "pages/member/member-near-list",
"style": {
"navigationBarTitleText": "附近人",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/member/member-poster",
"style": {
"navigationBarTitleText": "生成海报"
}
},
// 登录
{
"path": "pages/login/login",
"style": {
"backgroundColorTop": "#5677FC",
"backgroundColorBottom": "#ffffff",
"navigationBarTitleText": ""
}
},
{
"path": "pages/login/agreement",
"style": {
"backgroundColorTop": "#5677FC",
"backgroundColorBottom": "#ffffff",
"navigationBarTitleText": "用户协议"
}
},
// 发现
{
"path": "pages/discover/index",
"style": {
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
"navigationBarTitleText": "发现"
}
},
{
"path": "pages/discover/face_result",
"style": {
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
"navigationBarTitleText": "马上测颜"
}
},
{
"path": "pages/discover/face-poster",
"style": {
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
"navigationBarTitleText": "生成专属海报"
}
},
/* {
"path": "pages/discover/share",
"style": {
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
"navigationBarTitleText": "分享"
}
}, */
// 系统设置
{
"path": "pages/system/setting",
"style": {
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
"navigationBarTitleText": "设置"
}
},
// 关于
{
"path": "pages/system/about",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "pages/system/notify-detail",
"style": {
"navigationBarTitleText": "通知"
}
},
{
"path": "pages/system/recom-poster",
"style": {
"navigationBarTitleText": "生成海报"
}
},
{
"path": "pages/system/level-explain",
"style": {
"navigationBarTitleText": "积分说明"
}
},
{
"path": "pages/note/note-tip",
"style": {
"navigationBarTitleText": "写游记须知"
}
},
{
"path": "pages/note/leader-tip",
"style": {
"navigationBarTitleText": "领队须知"
}
},
{
"path": "pages/note/share-tip",
"style": {
"navigationBarTitleText": "邀约朋友"
}
},
{
"path": "pages/note/note-edit",
"style": {
"navigationBarTitleText": "写游记"
}
},
{
"path": "pages/note/note-detail",
"style": {
"navigationBarTitleText": "游记详情"
}
},
{
"path": "pages/note/note-edit-desc",
"style": {
"navigationBarTitleText": "游记详情"
}
},
{
"path": "pages/merchant/mer-tip",
"style": {
"navigationBarTitleText": "上传商家信息"
}
},
{
"path": "pages/merchant/mer-edit",
"style": {
"navigationBarTitleText": "上传商家信息"
}
},
{
"path": "pages/merchant/mer-edit-desc",
"style": {
"navigationBarTitleText": "上传商家信息"
}
},
{
"path": "pages/merchant/mer-detail",
"style": {
"navigationBarTitleText": "商家详情"
}
},
{
"path": "pages/merchant/mer-list",
"style": {
"navigationBarTitleText": "趣选商家"
}
},
// 广场
{
"path": "pages/plaza/index",
"style": {
"navigationBarTitleText": "附近广场",
"enablePullDownRefresh": true,
"app-plus": {
"bounce": "none",
"titleNView": {
"type": "transparent",
"buttons": [{
"background": "rgba(255,255,255,0.2)",
"color": "#696969",
"type": "share"
// "fontSrc": "/static/fonts/iconfont.ttf",
// "text": "\ue608" //小相机
}]
}
}
}
},
{
"path": "pages/plaza/publish",
"style": {
// "navigationBarBackgroundColor": "#FFFFFF",
// "navigationBarTextStyle": "black",
"navigationBarTitleText": "发布"
}
},
{
"path": "pages/plaza/member-plaza-list",
"style": {
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
],
"subPackages": [{
"pages": [{
"path": "act-classify-list",
"style": {
"backgroundColorTop": "#5677FC",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
// "navigationBarTitleText": "列表"
}
},
{
"path": "act-detail",
"style": {
"navigationBarTitleText": "聚会详情"
}
},
{
"path": "act-select",
"style": {
"navigationBarTitleText": "选择关联的活动"
}
},
{
"path": "act-poster",
"style": {
"navigationBarTitleText": "生成海报"
}
},
{
"path": "act-join-success",
"style": {
"navigationBarTitleText": "已报名",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "act-audit-list",
"style": {
"navigationBarTitleText": "报名审核",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "act-edit",
"style": {
"navigationBarTitleText": "发起聚会"
}
},
{
"path": "act-custom",
"style": {
"navigationBarTitleText": "活动定制"
}
},
{
"path": "act-edit-desc",
"style": {
"navigationBarTitleText": "详细描述"
}
},
// 封面选择
{
"path": "cover-select",
"style": {
"navigationBarTitleText": "选择封面"
}
},
/* {
"path": "act-near-list",
"style": {
"navigationBarTitleText": "附近聚会",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}, */
{
"path": "search-classify-list",
"style": {
"navigationBarTitleText": "搜索结果",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
],
"root": "pages/act"
},
// 分包2
{
"pages": [
// 领券中心
{
"path": "coupon-get-list",
"style": {
"navigationBarTitleText": "领券中心"
}
},
{
"path": "coupon-add",
"style": {
"navigationBarTitleText": "发放·消费券"
}
},
{
"path": "coupon-consume",
"style": {
"navigationBarTitleText": "消费券·核销单"
}
},
{
"path": "coupon-stat",
"style": {
"navigationBarTitleText": "消费券·使用统计"
}
},
{
"path": "coupon-detail",
"style": {
"navigationBarTitleText": "消费券·领取规则"
}
},
{
"path": "select-mer-stat",
"style": {
"navigationBarTitleText": "选择要查看的门店"
}
}
],
"root": "pages/coupon"
},
// 分包3
{
"pages": [
// 消息
{
"path": "msg-list",
"style": {
/* "navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"backgroundColorTop": "#F5F6FA",
"backgroundColorBottom": "#F5F6FA", */
"navigationBarTitleText": "消息 ",
"enablePullDownRefresh": true
}
},
{
"path": "chat",
"style": {
/* "navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"backgroundColorTop": "#ebedf6",
"backgroundColorBottom": "#ebedf6", */
"navigationBarTitleText": "聊天",
"backgroundColorTop": "#ebedf6"
}
}
],
"root": "pages/msg"
}
],
// 分包测试
/* "subPackages": [{
"pages": [
// 广场
{
"path": "index",
"style": {
"navigationBarTitleText": "广场",
"enablePullDownRefresh": true,
"app-plus": {
"bounce": "none",
"titleNView": {
"type": "transparent",
"buttons": [{
"background": "rgba(255,255,255,0.2)",
"color": "#696969",
"type": "none",
"fontSrc": "/static/fonts/iconfont.ttf",
"text": "\ue608" //小相机
}]
}
}
}
}
],
"root": "pages/plaza"
}], */
"globalStyle": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#5677FC",
"navigationBarTitleText": "小猪趣聚",
"navigationBarTextStyle": "white",
"backgroundColor": "#fafafa",
"backgroundColorTop": "#fafafa",
"backgroundColorBottom": "#fafafa",
"usingComponents":{
"painter":"/static/painter/painter"
}
},
"tabBar": {
"color": "#666666",
"selectedColor": "#5677FC",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/home/index",
"text": "首页",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home_active.png"
},
{
"pagePath": "pages/tabbar/act-list",
"text": "活动",
"iconPath": "static/images/tabbar/act2.png",
"selectedIconPath": "static/images/tabbar/act_active2.png"
},
{
"pagePath": "pages/discover/index",
"text": "发布",
"iconPath": "static/images/tabbar/add2.png",
"selectedIconPath": "static/images/tabbar/add_active2.png"
},
{
"pagePath": "pages/plaza/index",
"text": "广场",
"iconPath": "static/images/tabbar/discover.png",
"selectedIconPath": "static/images/tabbar/discover_active.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "static/images/tabbar/my.png",
"selectedIconPath": "static/images/tabbar/my_active.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/DXZWalker/quju-app.git
git@gitee.com:DXZWalker/quju-app.git
DXZWalker
quju-app
quju-app
dev-v5

搜索帮助