123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "support": true,
- "color": "#ff536f",
- //小圈圈的颜色
- "style": "circle"
- //小圈圈的样式
- }
- }
- }
- },
- {
- "path": "pages/center/center",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "密码登录",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/code",
- "style": {
- // "navigationStyle": "custom" ,// 隐藏系统导航栏
- "navigationBarTitleText": "获取验证码",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/account",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "短信登录",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/problem",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "常见问题",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/profile/setting",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/profile/profile",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "信息",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/profile/password",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "修改密码",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/search/search",
- "style": {
- // "navigationStyle": "custom" ,// 隐藏系统导航栏
- "navigationBarTitleText": "搜索",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/notice/notice",
- "style": {
- // "navigationStyle": "custom" ,// 隐藏系统导航栏
- "navigationBarTitleText": "新闻资讯",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/profile/aboutMe",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/search/searchList",
- "style": {
- // "navigationStyle": "custom" ,// 隐藏系统导航栏
- "navigationBarTitleText": "商品列表",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "support": true,
- "color": "#ff536f",
- //小圈圈的颜色
- "style": "circle"
- //小圈圈的样式
- }
- }
- }
- },
- {
- "path": "pages/detail/detail",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "商品详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/cate/cate",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "分类",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/cart/cart",
- "style": {
- // "navigationStyle": "custom" ,// 隐藏系统导航栏
- "navigationBarTitleText": "购物车",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/content/content",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/order/order",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "订单",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/order/preOrder",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "确认订单",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/address/address",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "收货地址",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/address/addAddress",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "新增地址",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/coupon/coupon",
- "style": {
- "navigationStyle": "custom",
- // 隐藏系统导航栏
- "navigationBarTitleText": "优惠卷",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "World",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#ffffff"
- },
- "tabBar": {
- "color": "#C0C4CC",
- "selectedColor": "#ff536f",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/tab-home.png",
- "selectedIconPath": "static/tabbar/tab-home-current.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/cate/cate",
- "iconPath": "static/tabbar/tab-cate.png",
- "selectedIconPath": "static/tabbar/tab-cate-current.png",
- "text": "分类"
- },
- {
- "pagePath": "pages/cart/cart",
- "iconPath": "static/tabbar/tab-cart.png",
- "selectedIconPath": "static/tabbar/tab-cart-current.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/center/center",
- "iconPath": "static/tabbar/tab-user.png",
- "selectedIconPath": "static/tabbar/tab-user-current.png",
- "text": "我的"
- }
- ]
- },
- "condition": {
- //模式配置,仅开发期间生效
- "current": 0,
- //当前激活的模式(list 的索引项)
- "list": [
- {
- "name": "",
- //模式名称
- "path": "",
- //启动页面,必选
- "query": ""
- //启动参数,在页面的onLoad函数里面得到
- }
- ]
- }
- }
|