tianyi 1 day ago
parent
commit
5998d2cb6d
  1. 23
      pages.json

23
pages.json

@ -60,27 +60,28 @@
}
},
{
"path": "pages/goods/goodsList",
"path": "pages/goods/addGoods",
"style": {
"navigationBarTitleText": "商品管理",
"navigationBarTitleText": "新增商品",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/goods/addGoods",
"path": "pages/myCenter/shopDetail",
"style": {
"navigationBarTitleText": "新增商品",
"navigationBarTitleText": "商家详情",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/myCenter/shopDetail",
"path": "pages/order/orderDetail",
"style": {
"navigationBarTitleText": "商家详情",
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
@ -142,6 +143,16 @@
}
}
},
{
"path": "pages/shop/wallet",
"style": {
"navigationBarTitleText": "我的钱包",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/shop/goodsList",
"style": {

Loading…
Cancel
Save