update
This commit is contained in:
parent
815f9a4f57
commit
2231c7f36f
17
pages.json
17
pages.json
@ -65,6 +65,23 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "pages/InvoiceManagement",
|
||||
"pages": [
|
||||
{
|
||||
"path": "index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的开票"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "票据详情"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "pages/thirdPartyInvoice",
|
||||
"pages": [
|
||||
|
||||
0
pages/InvoiceManagement/detail.vue
Normal file
0
pages/InvoiceManagement/detail.vue
Normal file
0
pages/InvoiceManagement/index.vue
Normal file
0
pages/InvoiceManagement/index.vue
Normal file
File diff suppressed because one or more lines are too long
7
unpackage/dist/dev/mp-weixin/app.json
vendored
7
unpackage/dist/dev/mp-weixin/app.json
vendored
@ -15,6 +15,13 @@
|
||||
"customerService"
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "pages/InvoiceManagement",
|
||||
"pages": [
|
||||
"index",
|
||||
"detail"
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "pages/thirdPartyInvoice",
|
||||
"pages": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user