You've already forked guangan-mp
227 lines
4.1 KiB
JSON
227 lines
4.1 KiB
JSON
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/news/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "文章详情"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/login",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "用户登录"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/points-mall/index",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "积分商城"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/point",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "我的积分"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user-share/user-share",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "随手拍"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/tutorial/tutorial",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "办事指南"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/tutorial/detail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "办事指南详情"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/message/message",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "我的消息"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/user_share",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "我的随手拍"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user-share/detail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "随手拍详情"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/thumb/thumb",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "城市点赞"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/thumb/list",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "城市点赞列表"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/const/help",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "帮助中心"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/const/about",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "关于我们"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/const/license",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "用户协议"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/const/privacy",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "隐私协议"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/const/more",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "更多设置"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/thumb/detail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "点赞城市详情"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/points-mall/detail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "商品详情"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/points-mall/buy",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "确认兑换"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/address",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "收货地址管理"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/address_edit",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "编辑地址"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/order",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "订单列表"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/info",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "账号管理"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/bind/bind",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "绑定手机"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "广安",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"uniIdRouter": {},
|
|
"tabBar": {
|
|
"color": "#555555",
|
|
"selectedColor": "#2F85FC",
|
|
"iconWidth": "128rpx",
|
|
"list": [{
|
|
"iconPath": "/static/images/icon-home-n.png",
|
|
"selectedIconPath": "/static/images/icon-home.png",
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"iconPath": "static/images/icon-dzcs-n.png",
|
|
"selectedIconPath": "static/images/icon-dzcs.png",
|
|
"pagePath": "pages/thumb/list",
|
|
"text": "点赞城市"
|
|
},
|
|
{
|
|
"iconPath": "static/images/icon-bszn-n.png",
|
|
"selectedIconPath": "static/images/icon-bszn.png",
|
|
"pagePath": "pages/tutorial/tutorial",
|
|
"text": "办事指南"
|
|
},
|
|
{
|
|
"iconPath": "static/images/icon-my-n.png",
|
|
"selectedIconPath": "static/images/icon-my.png",
|
|
"pagePath": "pages/user/index",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
}
|
|
} |