| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/mine/mine",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/gain/gain",
- "style": {
- "navigationBarTitleText": "赚积分",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/consume/consume",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "花积分"
- }
- }, {
- "path": "pages/mine/setting/setting",
- "style": {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/setting/pay-setting",
- "style": {
- "navigationBarTitleText": "支付设置",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/my-points/my-points",
- "style": {
- "navigationBarTitleText": "积分资产",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/my-points/accredit",
- "style": {
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#FF9447",
- "navigationBarTitleText": "积分授权",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/my-balance/my-balance",
- "style": {
- "navigationBarTitleText": "余额",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/bill-detail",
- "style": {
- "navigationBarTitleText": "账单详情",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/my-points/exchange",
- "style": {
- "navigationBarTitleText": "积分通兑",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/checkstand/index",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "收银台",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/checkstand/order-res",
- "style": {
- "navigationBarTitleText": "支付结果",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/checkstand/pay-qrcode",
- "style": {
- "navigationBarTitleText": "付款码",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#18b566",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/search/search",
- "style": {
- "navigationBarTitleText": "搜索",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/agent/agent",
- "style": {
- "navigationBarTitleText": "填写资料"
- }
- }, {
- "path": "pages/agent/pay",
- "style": {
- "navigationBarTitleText": "支付页面"
- }
- }, {
- "path": "pages/agent/promote",
- "style": {
- "navigationBarTitleText": "去推广"
- }
- }, {
- "path": "pages/agent/myPromote",
- "style": {
- "navigationBarTitleText": "我的推广"
- }
- }, {
- "path": "pages/agent/myIncome/myIncome",
- "style": {
- "navigationBarTitleText": "我的收益"
- }
- }, {
- "path": "pages/agent/myIncome/todayIncome",
- "style": {
- "navigationBarTitleText": "今日收益"
- }
- }, {
- "path": "pages/agent/myIncome/detail",
- "style": {
- "navigationBarTitleText": "收益详情"
- }
- }, {
- "path": "pages/agent/agentDetail",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/webview/webview",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/userBank/userBank",
- "style": {
- "navigationBarTitleText": "银行",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/userBank/add",
- "style": {
- "navigationBarTitleText": "添加银行",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/myInfo",
- "style": {
- "navigationBarTitleText": "我的资料",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/setting/question",
- "style": {
- "navigationBarTitleText": "问题反馈",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/consume/detail/shop-detail",
- "style" :
- {
- "navigationBarTitleText": "商户详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/gain/test",
- "style" :
- {
- "navigationBarTitleText": "test",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "tabBar": {
- "color": "#555555",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "white",
- "selectedColor": "#222222",
- "list": [
- {
- "pagePath": "pages/mine/mine",
- "text": "我的",
- "selectedIconPath": "static/tarbar/mine1.png",
- "iconPath": "static/tarbar/mine.png"
- },
- {
- "pagePath": "pages/consume/consume",
- "text": "花积分",
- "selectedIconPath": "static/tarbar/consume-points1.png",
- "iconPath": "static/tarbar/consume-points.png"
- },
- {
- "pagePath": "pages/gain/gain",
- "text": "赚积分",
- "selectedIconPath": "static/tarbar/gain-points1.png",
- "iconPath": "static/tarbar/gain-points.png"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "联兑通",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#fff"
- }
- }
|