123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- {
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
-
- // 首页
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "BCMM",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/nodeDetail",
- "style": {
- "navigationBarTitleText": "BCMM",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/bind",
- "style": {
- "navigationBarTitleText": "BCMM",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/info",
- "style": {
- "navigationBarTitleText": "BCMM",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/node",
- "style": {
- "navigationBarTitleText": "BCMM",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/community",
- "style": {
- "navigationBarTitleText": "BCMM",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/index/communityDetail",
- "style": {
- "navigationBarTitleText": "BCMM",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/buling",
- "style": {
- "navigationBarTitleText": "BCMM",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/shareItem",
- "style": {
- "navigationBarTitleText": "BCMM",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "BCMM",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/transfer",
- "style": {
- "navigationBarTitleText": "BCMM",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/money",
- "style": {
- "navigationBarTitleText": "BCMM",
- "navigationBarBackgroundColor": "rgb(12, 8, 21)",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/user/myDetail",
- "style": {
- "navigationBarTitleText": "BCMM",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/withdrawal",
- "style": {
- "navigationBarTitleText": "BCMM",
- "navigationStyle": "custom"
- }
- }
- ]
- // ,
- // "tabBar": {
- // "color": "#666992",
- // "selectedColor": "#17C474",
- // "borderStyle": "black",
- // "backgroundColor": "#fff",
- // "list": [{
- // "visible": false,
- // "pagePath": "pages/index/index",
- // "iconPath": "static/tabBar/home.png",
- // "selectedIconPath": "static/tabBar/home-index.png",
- // "text": "首頁"
- // },
- // {
- // "visible": false,
- // "pagePath": "pages/order/index",
- // "iconPath": "static/tabBar/order.png",
- // "selectedIconPath": "static/tabBar/order-index.png",
- // "text": "訂單"
- // },
- // {
- // "visible": false,
- // "pagePath": "pages/leaks/index",
- // "iconPath": "static/tabBar/leaks.png",
- // "selectedIconPath": "static/tabBar/leaks-index.png",
- // "text": "撿漏"
- // },
- // {
- // "visible": false,
- // "pagePath": "pages/user/user",
- // "iconPath": "static/tabBar/user.png",
- // "selectedIconPath": "static/tabBar/user-index.png",
- // "text": "我的"
- // }
- // ]
- // }
- }
|