123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "黔林优选",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "贵州林产品-登录"
- }
- },
- {
- "path": "pages/publish/publish",
- "style": {
- "navigationBarTitleText": "贵州林产品-发布商品"
- }
- },
- {
- "path": "pages/publish/chosetype/chosetype",
- "style": {
- "navigationBarTitleText": "贵州林产品-我要发布",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/publish/publishtype/publishtype",
- "style": {
- "navigationBarTitleText": "贵州林产品-我要发布"
- }
- },
- {
- "path": "pages/publish/publishsuccess/publishsuccess",
- "style": {
- "navigationBarTitleText": "等待处理"
- }
- },
- {
- "path": "pages/producttype/producttype",
- "style": {
- "navigationBarTitleText": "贵州林产品-产品分类"
- }
- },
- {
- "path": "pages/productcategory/productcategory",
- "style": {
- "navigationBarTitleText": "贵州林产品-产品类别"
- }
- },
- {
- "path": "pages/searchresults/searchresults",
- "style": {
- "navigationBarTitleText": "贵州林产品-搜索结果"
- }
- },
- {
- "path": "pages/subject/subject",
- "style": {
- "navigationBarTitleText": "贵州林产品"
- }
- },
- {
- "path": "pages/product/product",
- "style": {
- "navigationBarTitleText": "贵州林产品-产品详情"
- }
- },
- {
- "path": "pages/usercenter/usercenter",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/usercenter/myfocus/myfocus",
- "style": {
- "navigationBarTitleText": "我有意向的"
- }
- },
- {
- "path": "pages/usercenter/focusme/focusme",
- "style": {
- "navigationBarTitleText": "有意向我的"
- }
- },
- {
- "path": "pages/usercenter/mypublish/mypublish",
- "style": {
- "navigationBarTitleText": "我的信息发布"
- }
- },
- {
- "path": "pages/usercenter/authentication/authentication",
- "style": {
- "navigationBarTitleText": "贵州林产品-企业认证"
- }
- },
- {
- "path": "pages/usercenter/myorder/myorder",
- "style": {
- "navigationBarTitleText": "我的订单"
- }
- },
- {
- "path": "pages/usercenter/myorder/orderdetails/orderdetails",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/usercenter/bindphone/bindphone",
- "style": {
- "navigationBarTitleText": "绑定手机号"
- }
- },
- {
- "path": "pages/usercenter/feedback/feedback",
- "style": {
- "navigationBarTitleText": "贵州林产品-意见反馈"
- }
- },
- {
- "path": "pages/usercenter/addrs/addrs",
- "style": {
- "navigationBarTitleText": "地址管理"
- }
- },
- {
- "path": "pages/confirmorder/confirmorder",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "pages/inbuild/inbuild",
- "style": {
- "navigationBarTitleText": "正在建设"
- }
- },
- {
- "path": "pages/supplier/supplier",
- "style": {
- "navigationBarTitleText": "供应商"
- }
- },
- {
- "path": "pages/supplier/supplierdetail/supplierdetail",
- "style": {
- "navigationBarTitleText": "供应商详情"
- }
- }
- ],
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#3cc51f",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/img/icon_home.png",
- "selectedIconPath":"static/img/icon_home-active.png",
- "text": "首页"
- },{
- "pagePath": "pages/publish/chosetype/chosetype",
- "iconPath": "static/img/icon_publish.png",
- "selectedIconPath":"static/img/icon_publish_active.png",
- "text": "我要发布"
- },{
- "pagePath": "pages/usercenter/usercenter",
- "iconPath": "static/img/icon_user.png",
- "selectedIconPath":"static/img/icon_user-active.png",
- "text": "我的"
- }]
- },
- "globalStyle": {
- // "navigationStyle":"custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "贵州林产品",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|