添加“收货地址”模板页

This commit is contained in:
icssoa
2025-08-27 19:03:00 +08:00
parent b67fc5685a
commit fce9d1998a
5 changed files with 441 additions and 0 deletions

View File

@@ -60,6 +60,10 @@ const list = computed<Item[]>(() => [
},
{
label: t("订单列表、详情")
},
{
label: t("收货地址"),
path: "/pages/template/shop/address"
}
]
},