123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- // "condition": { //模式配置,仅开发期间生效
- // "current": 0, //当前激活的模式(list 的索引项)
- // "list": [{
- // "name": "test", //模式名称
- // "path": "pages/componentsC/test/index", //启动页面,必选
- // "query": "uuid=c4bba940-f69e-11ea-a419-6bafda9d095e&__id__=1" //启动参数,在页面的onLoad函数里面得到
- // }]
- // },
- "pages": [{
- "path": "pages/shop/index",
- "style": {}
- }, {
- "path": "pages/shop/search",
- "style": {
- "navigationStyle": "custom", // 隐藏系统导航栏
- "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选
- }
- }, {
- "path": "pages/shop/cart",
- "style": {
- "navigationStyle": "custom", // 隐藏系统导航栏
- "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选
- }
- },
- {
- "path": "pages/user/profile",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/login/passwordLogin",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/login/smsCode",
- "style": {
- "navigationBarTitleText": "登录获取验证码"
- }
- }, {
- "path": "pages/login/privateProtocol",
- "style": {
- "navigationBarTitleText": "隐私协议"
- }
- }, {
- "path": "pages/login/userProtocol",
- "style": {
- "navigationBarTitleText": "平台使用协议"
- }
- }, {
- "path": "pages/goods/goods",
- "style": {}
- }, {
- "path": "pages/goods/list",
- "style": {}
- }, {
- "path": "pages/topic/detail",
- "style": {}
- }, {
- "path": "pages/order/list",
- "style": {
- "navigationBarTitleText": "订单"
- }
- }, {
- "path": "pages/order/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- }, {
- "path": "pages/favorite/favorite",
- "style": {
- "navigationStyle": "custom", // 隐藏系统导航栏
- "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选
- }
- }, {
- "path": "pages/address/list",
- "style": {
- "navigationBarTitleText": "收货地址"
- }
- }, {
- "path": "pages/address/address",
- "style": {
- "navigationBarTitleText": "编辑收货地址"
- }
- }, {
- "path": "pages/checkout/checkout",
- "style": {
- "navigationBarTitleText": "提交订单"
- }
- }, {
- "path": "pages/setting/setting",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },{
- "path" : "pages/setting/updatePwd",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- }
- ,{
- "path" : "pages/setting/updateMobile",
- "style": {
- "navigationBarTitleText": "更换手机号"
- }
- }
- ,{
- "path" : "pages/setting/updateAvatar",
- "style": {
- "navigationBarTitleText": "设置头像"
- }
- }
- ,{
- "path" : "pages/setting/about",
- "style": {
- "navigationBarTitleText": "关于邻家小铺"
- }
- },
- {
- "path" : "pages/setting/document",
- "style" : {}
- }
- ,{
- "path" : "pages/setting/app",
- "style" : {}
- }
- ,{
- "path" : "pages/order/payment/payment",
- "style" : {
- "navigationBarTitleText":"收银台"
- }
- }
- ,{
- "path" : "pages/order/express",
- "style" :
- {
- "navigationBarTitleText": "物流信息",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/order/payment/callback",
- "style" :
- {
- "navigationBarTitleText": "支付结果",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/menu/index",
- "style" :
- {
- "navigationBarTitleText":"分类",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/menu/list",
- "style" :
- {
- "navigationBarTitleText": "商品列表",
- "enablePullDownRefresh": false
- }
-
- }
- ],
-
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "邻家小铺",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "color": "#909399",
- "selectedColor": "#303133",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "list": [{
- "pagePath": "pages/shop/index",
- "iconPath": "static/img/nav/home.png",
- "selectedIconPath": "static/img/nav/home_sel.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/menu/index",
- "iconPath": "static/img/nav/category.png",
- "selectedIconPath": "static/img/nav/category_sel.png",
- "text": "分类"
- },
- {
- "pagePath": "pages/shop/cart",
- "iconPath": "static/img/nav/cart.png",
- "selectedIconPath": "static/img/nav/cart_sel.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/user/profile",
- "iconPath": "static/img/nav/user.png",
- "selectedIconPath": "static/img/nav/user_sel.png",
- "text": "我的"
- }
- ]
- }
- }
|