This commit is contained in:
ylj20011123 2025-10-20 10:24:22 +08:00
parent 815f9a4f57
commit 2231c7f36f
5 changed files with 25 additions and 1 deletions

View File

@ -65,6 +65,23 @@
} }
] ]
}, },
{
"root": "pages/InvoiceManagement",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "我的开票"
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "票据详情"
}
}
]
},
{ {
"root": "pages/thirdPartyInvoice", "root": "pages/thirdPartyInvoice",
"pages": [ "pages": [

View File

View File

File diff suppressed because one or more lines are too long

View File

@ -15,6 +15,13 @@
"customerService" "customerService"
] ]
}, },
{
"root": "pages/InvoiceManagement",
"pages": [
"index",
"detail"
]
},
{ {
"root": "pages/thirdPartyInvoice", "root": "pages/thirdPartyInvoice",
"pages": [ "pages": [