feat(weapp): 增加小程序发货页面

This commit is contained in:
2025-12-23 14:05:10 +08:00
parent 92db148237
commit bccb572552
2 changed files with 57 additions and 0 deletions

View File

@@ -841,6 +841,15 @@
"navigationStyle": "custom"
// #endif
}
},
{
"path": "weapp/order_shipping",
"style": {
// #ifdef APP-PLUS
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "小程序发货"
}
}
]
}