glhcp/business/pages.json

237 lines
7.1 KiB
JSON
Raw Normal View History

2023-08-10 06:59:52 +00:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
},
"meta": {
"auth": false
}
}, {
"path": "pages/goods_manage/goods_manage",
"name": "goods_manage",
"meta": {
"auth": false,
"keepScroll": true
},
"style": {
"navigationBarTitleText": "商品管理"
}
}, {
"path": "pages/order_manage/order_manage",
"style": {
"navigationBarTitleText": "订单管理"
},
"meta": {
"auth": false
}
}, {
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
},
"meta": {
"auth": false
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
},
"meta": {
"auth": false
}
}, {
"path": "pages/goods_detail/goods_detail",
"style": {
"navigationBarTitleText": "商品详情"
},
"meta": {
"auth": false
}
}, {
"path": "pages/order_detail/order_detail",
"style": {
"navigationBarTitleText": "订单详情"
},
"meta": {
"auth": true
}
}, {
"path": "pages/address_edit/address_edit",
"style": {
"navigationBarTitleText": "地址编辑"
},
"meta": {
"auth": true
}
},
{
"path": "pages/webview/webview",
"meta": {
"auth": false
}
}
],
"subPackages": [{
"root": "bundle",
"pages": [{
"path": "pages/user_profile/user_profile",
"style": {
"navigationBarTitleText": "个人设置"
},
"meta": {
"auth": true
}
},
{
"path": "pages/server_explan/server_explan",
"style": {
"navigationBarTitleText": "服务协议"
},
"meta": {
"auth": false
}
},
{
"path": "pages/user_wallet/user_wallet",
"style": {
"navigationBarTitleText": "商家钱包"
},
"meta": {
"auth": true
}
},
{
"path": "pages/user_withdraw/user_withdraw",
"style": {
"navigationBarTitleText": "提现"
},
"meta": {
"auth": true
}
},
{
"path": "pages/bank_list/bank_list",
"style": {
"navigationBarTitleText": "银行卡列表"
},
"meta": {
"auth": true
}
},
{
"path": "pages/bank_add/bank_add",
"style": {
"navigationBarTitleText": "银行卡添加"
},
"meta": {
"auth": true
}
},
{
"path": "pages/shop_setting/shop_setting",
"style": {
"navigationBarTitleText": "商家设置"
},
"meta": {
"auth": true
}
},
{
"path": "pages/shop_setting_edit/shop_setting_edit",
"style": {
"navigationBarTitleText": "商家设置"
},
"meta": {
"auth": true
}
},
{
"path": "pages/run_time/run_time",
"style": {
"navigationBarTitleText": "编辑营业时间"
},
"meta": {
"auth": true
}
},
{
"path": "pages/spec_edit/spec_edit",
"style": {
"navigationBarTitleText": "商品编辑"
},
"meta": {
"auth": true
}
},
{
"path": "pages/deliver_goods/deliver_goods",
"style": {
"navigationBarTitleText": "填写物流"
},
"meta": {
"auth": true
}
},
{
"path": "pages/shop_data/shop_data",
"style": {
"navigationBarTitleText": "数据统计"
},
"meta": {
"auth": true
}
}
]
}],
"tabBar": {
"color": "#999",
"selectedColor": "#40AFFA",
"borderStyle": "black",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "/static/images/tabbar/icon_home.png",
"selectedIconPath": "/static/images/tabbar/icon_home_s.png",
"text": "首页"
},
{
"pagePath": "pages/goods_manage/goods_manage",
"iconPath": "/static/images/tabbar/icon_goods.png",
"selectedIconPath": "/static/images/tabbar/icon_goods_s.png",
"text": "商品管理"
},
{
"pagePath": "pages/order_manage/order_manage",
"iconPath": "/static/images/tabbar/icon_order.png",
"selectedIconPath": "/static/images/tabbar/icon_order_s.png",
"text": "订单管理"
},
{
"pagePath": "pages/user/user",
"iconPath": "/static/images/tabbar/icon_user.png",
"selectedIconPath": "/static/images/tabbar/icon_user_s.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8",
"h5": {
"navigationStyle": "custom"
}
},
"easycom": {
"autoscan": true,
"custom": {
"^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue",
"^w-(.*)": "@/components/widgets/$1/$1.vue"
}
}
}