| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- {
- "easycom": {
- "autoscan": true,
- "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",
- "^CustomToast$": "@/components/CustomToast.vue"
- }
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/indexNew",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "navigationBarBackgroundColor": "#ffffff",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/tabbar/my",
- "style": {
- "navigationBarTitleText": "个人中心"
- },
- "meta": {
- "auth": false
- }
- },
- {
- "path": "pages/shop/product-type-list",
- "style": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTitleText": "全部商品"
- }
- }
- ],
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#292C35",
- "borderStyle": "white",
- "backgroundColor": "#FFFFFF",
- "list": [
- // {
- // "pagePath": "pages/index/index-copy",
- // "text": "%index.home%"
- // },
- {
- "pagePath": "pages/index/indexNew",
- "iconPath": "/static/tabbar/home.png",
- "selectedIconPath": "/static/tabbar/home-select.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/shop/product-type-list",
- "iconPath": "/static/tabbar/shop.png",
- "selectedIconPath": "/static/tabbar/shop-select.png",
- "text": "分类"
- },
- {
- "pagePath": "pages/tabbar/my",
- "iconPath": "/static/tabbar/my.png",
- "selectedIconPath": "/static/tabbar/my-select.png",
- "text": "个人中心"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "subPackages": [{
- "root": "packageUser",
- "pages": [{
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/register/index",
- "style": {
- "navigationBarTitleText": "注册"
- }
- },
- {
- "path": "pages/collect/index",
- "style": {
- "navigationBarTitleText": "收藏"
- }
- },
- {
- "path": "pages/level/index",
- "style": {
- "navigationBarTitleText": "等级中心"
- }
- },
- {
- "path": "pages/team/index",
- "style": {
- "navigationBarTitleText": "我的团队"
- }
- },
- {
- "path": "pages/user-info/index",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- },
- {
- "path": "pages/user-info/account-change",
- "style": {
- "navigationBarTitleText": "修改昵称"
- }
- },
- {
- "path": "pages/share/index",
- "style": {
- "navigationBarTitleText": "邀请"
- }
- },
- {
- "path": "pages/user-info/sex-change",
- "style": {
- "navigationBarTitleText": "修改性别"
- }
- },
- {
- "path": "pages/user-info/birthday-change",
- "style": {
- "navigationBarTitleText": "修改生日"
- }
- },
- {
- "path": "pages/richtext/index",
- "style": {
- "navigationBarTitleText": "协议"
- }
- }
- ]
- },
- {
- "root": "packageShop",
- "pages": [{
- "path": "pages/cart/index",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- {
- "path": "pages/search/index",
- "style": {
- "navigationBarTitleText": "搜索"
- }
- },
- {
- "path": "pages/search/product-list",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- },
- {
- "path": "pages/article/detail",
- "style": {
- "navigationBarTitleText": "文章详情"
- }
- },
- {
- "path": "pages/detail/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/settle/index",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- }
- ]
- },
- {
- "root": "packageOrder",
- "pages": [{
- "path": "pages/list/index",
- "style": {
- "navigationBarTitleText": "订单列表",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/list/record",
- "style": {
- "navigationBarTitleText": "订单记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/score/index",
- "style": {
- "navigationBarTitleText": "商品评价"
- }
- },
- {
- "path": "pages/score/product-score",
- "style": {
- "navigationBarTitleText": "商品评价"
- }
- },
- {
- "path": "pages/detail/index",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/payment/index",
- "style": {
- "navigationBarTitleText": "订单支付"
- }
- },
- {
- "path": "pages/logistics/index",
- "style": {
- "navigationBarTitleText": "物流查询"
- }
- },
- {
- "path": "pages/after-sale/index",
- "style": {
- "navigationBarTitleText": "售后服务"
- }
- }
- ]
- }
- ],
- "preloadRule": {
- "pages/index/indexNew": {
- "network": "all",
- "packages": ["packageShop"]
- },
- "pages/shop/product-type-list": {
- "network": "all",
- "packages": ["packageShop", "packageOrder"]
- },
- "pages/tabbar/my": {
- "network": "all",
- "packages": ["packageUser"]
- }
- }
- }
|