123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/init",
- "navigationStyle":"custom"
- ,"style": {
- "navigationBarBackgroundColor":"#fff",
- "navigationBarTitleText": "入口页"//入口页
- // ,"titleNView": false
- }
- },
- {
- "path": "pages/index/guide",
- "navigationStyle":"custom"
- ,"style": {
- "navigationBarBackgroundColor":"#fff",
- "navigationBarTitleText": "引导页",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/login/loginType",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/login/companyLogin",
- "style": {
- "navigationBarTitleText": "企业用户登录"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/product/product",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/product/productList/productList",
- "style": {
- "navigationBarTitleText": "更多产品"
- }
- },
- {
- "path": "pages/confirmOrder/confirmOrder",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/buySuccess/buySuccess",
- "style": {
- "navigationBarTitleText": "结果页"
- }
- },
- {
- "path": "pages/building/building",
- "style": {
- "navigationBarTitleText": "正在建设中"
- ,"navigationStyle":"custom"
- }
- },
- {
- "path": "pages/use/useRouter",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/mall/mall",
- "style": {
- "navigationBarTitleText": "普惠商城",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/use/use",
- "style": {
- "navigationBarTitleText": "价值实现",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/usercenter/usercenter",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/usercenter/certificateList/certificateList",
- "style": {
- "navigationBarTitleText": "我的证书"
- }
- },
- {
- "path": "pages/usercenter/certificateList/certificate/certificate",
- "style": {
- "navigationBarTitleText": "证书"
- }
- },
- {
- "path": "pages/usercenter/orderList/orderList",
- "style": {
- "navigationBarTitleText": "我的订单"
- }
- },
- {
- "path": "pages/usercenter/orderList/orderdetails/orderdetails",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/usercenter/subscribe/subscribe",
- "style": {
- "navigationBarTitleText": "我的认购"
- }
- },
- {
- "path": "pages/usercenter/question/question",
- "style": {
- "navigationBarTitleText": "常见问题"
- }
- }
- ,{
- "path": "pages/offlineBuy/offlineBuy",
- "style": {
- "navigationBarTitleText": "线下认购"
- }
- }
- ],
- "tabBar": {
- "color": "#999",
- "selectedColor": "#26D18B",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "/static/img/icon_home.png",
- "selectedIconPath":"static/img/icon_home_active.png",
- "text": "碳汇产品"
- }
- ,{
- // "pagePath": "pages/use/useRouter",
- "pagePath": "pages/use/use",
- "iconPath": "static/img/icon_use.png",
- "selectedIconPath":"static/img/icon_use_active.png",
- "text": "价值实现"
- }
- ,{
- "pagePath": "pages/usercenter/usercenter",
- "iconPath": "static/img/icon_usercenter.png",
- "selectedIconPath":"static/img/icon_usercenter_active.png",
- "text": "我的信息"
- }]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "碳汇",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F5F5F5"
- }
-
- }
|