This commit is contained in:
2024-03-16 22:46:10 +08:00
parent 8b0ad91bd4
commit 84b6ff15c7
14 changed files with 27 additions and 24 deletions

View File

@@ -85,7 +85,7 @@
"root": "pages/mall/subs",
"pages": [
{
"path": "goods/goods-detail",
"path": "goods/detail",
"style": {
"navigationBarTitleText": "商品详情"
}
@@ -138,13 +138,13 @@
}
},
{
"path": "order/order-list",
"path": "order/index",
"style": {
"navigationBarTitleText": "我的订单"
}
},
{
"path": "order/order-detail",
"path": "order/detail",
"style": {
"navigationBarTitleText": "订单详情"
}
@@ -156,13 +156,13 @@
}
},
{
"path": "address/address-list",
"path": "address/index",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "address/add-address",
"path": "address/create",
"style": {
"navigationBarTitleText": "新增收货地址"
}