| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266 |
- {
- "easycom": {
- "autoscan": true,
- // 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
- "custom": {
- "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
- "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
- "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
- }
- },
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pagesBuyer/home/index"
- },
- {
- "path": "pages/index/index"
- },
- {
- "path": "pages/login/login"
- },
- {
- "path": "pages/login/register"
- },
- {
- "path": "pages/shop/index"
- },
- {
- "path": "pages/channel/index"
- },
- {
- "path": "pages/Commission/index"
- },
- {
- "path": "pages/user/index"
- },
- {
- "path": "pages/setting/language_currency"
- },
- {
- "path": "pages/index/products"
- },
- {
- "path": "pages/index/search"
- },
- {
- "path": "pages/shop/productDetail"
- },
- {
- "path": "pages/shop/shopConfirm"
- },
- {
- "path": "pages/shop/payment"
- },
- {
- "path": "pages/dashboard/order"
- },
- {
- "path": "pages/dashboard/order_detail"
- },
- {
- "path": "pages/dashboard/favorites"
- },
- {
- "path": "pages/shop/merchants"
- },
- {
- "path": "pages/dashboard/warehouse"
- },
- {
- "path": "pages/dashboard/warehouse_detail"
- },
- {
- "path": "pages/setting/index"
- },
- {
- "path": "pages/setting/profile"
- },
- {
- "path": "pages/setting/account-safety"
- },
- {
- "path": "pages/dashboard/pack"
- },
- {
- "path": "pages/dashboard/parcel"
- },
- {
- "path": "pages/dashboard/parcel_detail"
- },
- {
- "path": "pages/dashboard/payment"
- },
- {
- "path": "pages/bank/wallet"
- },
- {
- "path": "pages/bank/account"
- },
- {
- "path": "pages/bank/recharge"
- },
- {
- "path": "pages/bank/withdraw"
- },
- {
- "path": "pages/bank/qrcode"
- },
- {
- "path": "pages/bank/bank_pay"
- },
- {
- "path": "pages/bank/recharge_list"
- },
- {
- "path": "pages/bank/withdraw_list"
- },
- {
- "path": "pages/user/beginner_guide"
- },
- {
- "path": "pages/user/help_center"
- },
- {
- "path": "pages/index/estimation"
- },
- {
- "path": "pages/community/index"
- },
- {
- "path": "pages/order/index"
- },
- {
- "path": "pages/order/details"
- },
- {
- "path": "pages/address/index"
- },
- {
- "path": "pages/shop/cart"
- },
- {
- "path": "pages/user/edit_user"
- },
- {
- "path": "pages/user/invite"
- },
- {
- "path": "pages/user/verification"
- },
- {
- "path": "pages/user/coupon"
- },
- {
- "path": "pages/setting/system",
- "style": {
- "app-plus": {
- "softinputMode": "adjustResize"
- }
- }
- },
- {
- "path": "pages/chat/index",
- "style": {
- "app-plus": {
- "softinputMode": "adjustResize"
- }
- }
- },
- {
- "path": "pages/login/forget"
- },
- {
- "path": "pages/dashboard/logistics"
- },
- {
- "path": "pages/user/message/list"
- },
- {
- "path": "pages/user/message/detail"
- },
- {
- "path": "pages/index/activityList"
- },
- {
- "path": "pages/user/weal_center"
- },
- {
- "path": "pages/repo/index"
- },
- {
- "path": "pages/user/mystore"
- },
- {
- "path": "pages/purpose/index"
- },
- {
- "path": "pages/purpose/record"
- },
- {
- "path": "pagesBuyer/cart/index"
- },
- {
- "path": "pagesBuyer/profile/index"
- },
- {
- "path": "pagesBuyer/shop/index"
- },
- {
- "path": "pagesBuyer/shop/detail"
- },
- {
- "path": "pagesBuyer/home/record"
- }
- ],
- "tabBar": {
- "custom": true,
- "color": "#7A7E83",
- "selectedColor": "#007AFF",
- "borderStyle": "black",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "%tabbar.首页%",
- "visible": false
- },
- {
- "pagePath": "pages/shop/cart",
- "text": "%tabbar.购物车%",
- "visible": false
- },
- {
- "pagePath": "pages/chat/index",
- "text": "%tabbar.咨询%",
- "visible": false
- },
- // {
- // "pagePath": "pages/community/index",
- // "text": "%tabbar.社区%",
- // "visible": false
- // },
- {
- "pagePath": "pages/order/index",
- "text": "%tabbar.订单%",
- "visible": false
- },
- {
- "pagePath": "pages/user/index",
- "text": "%tabbar.我的%",
- "visible": false
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "VAVABUY",
- "navigationBarBackgroundColor": "#000",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- }
|