123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
- {
- "path": "pages/index/hotel",
- "style": {
- "navigationStyle":"custom",
- "usingComponents":{
- "van-sticky": "/wxcomponents/dist/sticky/index",
- "van-nav-bar": "/wxcomponents/dist/nav-bar/index",
- "van-search": "/wxcomponents/dist/search/index",
- "van-tab": "/wxcomponents/dist/tab/index",
- "van-tabs": "/wxcomponents/dist/tabs/index",
- "van-dropdown-menu": "/wxcomponents/dist/dropdown-menu/index",
- "van-dropdown-item": "/wxcomponents/dist/dropdown-item/index",
- "van-row": "/wxcomponents/dist/row/index",
- "van-col": "/wxcomponents/dist/col/index",
- "van-icon": "/wxcomponents/dist/icon/index"
-
- }
- }
- },
- {
- "path": "pages/index/index",
- "style": {
-
- "usingComponents":{
- "van-search": "/wxcomponents/dist/search/index"
- },
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/index/cart",
- "style": {
- "usingComponents": {
- "van-card": "/wxcomponents/dist/card/index",
- "van-goods-action": "/wxcomponents/dist/goods-action/index",
- "van-goods-action-icon": "/wxcomponents/dist/goods-action-icon/index",
- "van-goods-action-button": "/wxcomponents/dist/goods-action-button/index",
- "van-submit-bar": "/wxcomponents/dist/submit-bar/index",
- "van-checkbox": "/wxcomponents/dist/checkbox/index",
- "van-checkbox-group": "/wxcomponents/dist/checkbox-group/index"
- },
- "navigationStyle":"custom"
- }
- },
-
-
- {
- "path": "pages/index/shop",
- "style": {
- "navigationBarTitleText": "商品详情",
- "usingComponents":{
- "van-tab": "/wxcomponents/dist/tab/index",
- "van-tabs": "/wxcomponents/dist/tabs/index"
- }
- }
- },
-
- {
- "path": "pages/index/commemt",
- "style": {
- "navigationBarTitleText": "评价"
-
- }
- },
-
-
-
- {
- "path": "pages/myone/oneIndex",
- "style": {
- "usingComponents":{
- "van-tab": "/wxcomponents/dist/tab/index",
- "van-tabs": "/wxcomponents/dist/tabs/index"
- },
-
- "navigationBarTitleText": "发现"
- }
- },
-
- {
- "path": "pages/taBar/index",
- "style": {
- "navigationBarTitleText": "订单"
- }
- },
- {
- "path": "pages/myCenter/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- }
-
- ],
- "tabBar": {
- "color": "#C0C4CC",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页"
-
- },
- {
- "pagePath": "pages/myone/oneIndex",
- "text": "发现"
- },
-
- {
- "pagePath": "pages/taBar/index",
- "text": "订单"
- },
- {
- "pagePath": "pages/myCenter/index",
- "text": "我的"
- }
- ]
- },
-
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
-
- }
- }
|