| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/taxationLesson/index",
- "style": {
- "navigationBarTitleText": "创业社区"
- }
- },
- {
- "path": "pages/taxationLesson/active",
- "style": {
- "navigationBarTitleText": "社区活动"
- }
- },
- {
- "path": "pages/taxationLesson/ticket",
- "style": {
- "navigationBarTitleText": "领券中心"
- }
- },
- {
- "path": "pages/taxationLesson/rich_card",
- "style": {
- "navigationBarTitleText": "社区活动"
- }
- },
- {
- "path": "pages/appCenter/index",
- "style": {
- "navigationBarTitleText": "应用中心",
- "backgroundColor": "#fff"
- }
- },
- {
- "path": "pages/self/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/auth/index",
- "style": {
- "navigationBarTitleText": "鑫恩华"
- }
- },
- {
- "path": "pages/webview/web-view",
- "style": {
- "navigationBarTitleText": "外部链接"
- }
- },
- {
- "path": "pages/self/about",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- },
- {
- "path": "pages/self/info",
- "style": {
- "navigationBarTitleText": "个人资料"
- }
- },
- {
- "path": "pages/self/commonQuestion",
- "style": {
- "navigationBarTitleText": "常见问题"
- }
- },
- {
- "path": "pages/self/enterpriseTeam",
- "style": {
- "navigationBarTitleText": "企业团队"
- }
- },
- {
- "path": "pages/self/enterprise/authSetting",
- "style": {
- "navigationBarTitleText": "权限设置"
- }
- },
- {
- "path": "pages/self/coupon/index",
- "style": {
- "navigationBarTitleText": "我的优惠券"
- }
- },
- {
- "path": "pages/self/coupon/detail",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#ff6e6e",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#FFFFFF",
- "backgroundColorTop": "#ff6e6e"
- }
- },
- {
- "path": "pages/self/coupon/center",
- "style": {
- "navigationBarTitleText": "领券中心"
- }
- },
- {
- "path": "pages/self/invoice/index",
- "style": {
- "navigationBarTitleText": "我的发票"
- }
- },
- {
- "path": "pages/self/invoice/filter",
- "style": {
- "navigationBarTitleText": "发票筛选"
- }
- },
- {
- "path": "pages/self/bill/index",
- "style": {
- "navigationBarTitleText": "我的账单"
- }
- },
- {
- "path": "pages/self/bill/filter",
- "style": {
- "navigationBarTitleText": "账单筛选"
- }
- },
- {
- "path": "pages/self/bill/detail",
- "style": {
- "navigationBarTitleText": "账单详情"
- }
- },
- {
- "path": "pages/self/order/index",
- "style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/self/order/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/self/wallet/index",
- "style": {
- "navigationBarTitleText": "企业钱包"
- }
- },
- {
- "path": "pages/self/wallet/record",
- "style": {
- "navigationBarTitleText": "资金明细"
- }
- },
- {
- "path": "pages/self/wallet/filter",
- "style": {
- "navigationBarTitleText": "明细筛选"
- }
- },
- {
- "path": "pages/self/wallet/recharge",
- "style": {
- "navigationBarTitleText": "充值"
- }
- },
- {
- "path": "pages/self/wallet/pay",
- "style": {
- "navigationBarTitleText": "支付方式"
- }
- },
- {
- "path": "pages/self/wallet/paySuccess",
- "style": {
- "navigationBarTitleText": "",
- "backgroundColor": "#fff"
- }
- },
- {
- "path": "pages/self/wallet/cash",
- "style": {
- "navigationBarTitleText": "提现"
- }
- },
- {
- "path": "pages/self/wallet/cashSuccess",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/self/wallet/setting",
- "style": {
- "navigationBarTitleText": "钱包设置"
- }
- },
- {
- "path": "pages/self/login",
- "style": {
- "navigationBarTitleText": "登录",
- "backgroundColor": "#fff"
- }
- },
- {
- "path": "pages/appCenter/accounting/index",
- "style": {
- "navigationBarTitleText": "记账报税"
- }
- },
- {
- "path": "pages/appCenter/accounting/detail",
- "style": {
- "navigationBarTitleText": "记账报税详情"
- }
- },
- {
- "path": "pages/appCenter/accounting/ticket",
- "style": {
- "navigationBarTitleText": "上传票据"
- }
- },
- {
- "path": "pages/appCenter/tax/index",
- "style": {
- "navigationBarTitleText": "税控托管"
- }
- },
- {
- "path": "pages/self/contract",
- "style": {
- "navigationBarTitleText": "我的合同"
- }
- },
- {
- "path": "pages/self/enterprise/index",
- "style": {
- "navigationBarTitleText": "我的企业",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/self/enterprise/info",
- "style": {
- "navigationBarTitleText": "企业资料"
- }
- },
- {
- "path": "pages/BBS/index",
- "style": {
- "navigationBarTitleText": "社区活动"
- }
- },
- {
- "path": "pages/BBS/activity",
- "style": {
- "navigationBarTitleText": "社区活动"
- }
- },
- {
- "path": "pages/index/product/index",
- "style": {
- "navigationBarTitleText": "服务详情"
- }
- },
- {
- "path": "pages/index/product/category",
- "style": {
- "navigationBarTitleText": "企业服务"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "鑫恩华",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f3f3f3"
- },
- "tabBar": {
- "borderStyle": "white",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "/static/tabbar/activity.png",
- "selectedIconPath": "/static/tabbar/activty-ed.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/taxationLesson/index",
- "iconPath": "/static/tabbar/honer.png",
- "selectedIconPath": "/static/tabbar/honer-ed.png",
- "text": "创业社区"
- },
- {
- "pagePath": "pages/appCenter/index",
- "iconPath": "/static/tabbar/honer.png",
- "selectedIconPath": "/static/tabbar/honer-ed.png",
- "text": "应用中心"
- },
- {
- "pagePath": "pages/self/index",
- "iconPath": "/static/tabbar/self.png",
- "selectedIconPath": "/static/tabbar/self-ed.png",
- "text": "我的"
- }
- ]
- }
- }
|