This commit is contained in:
魏啾
2024-04-30 18:07:59 +08:00
parent b72c4d7af1
commit 56863dd624
1369 changed files with 156460 additions and 0 deletions

75
pages.json Normal file
View File

@@ -0,0 +1,75 @@
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "开票",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/information",
"style": {
"navigationBarTitleText": "完善商户信息",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/notification",
"style": {
"navigationBarTitleText": "绑定通知",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/Invoicing",
"style": {
"navigationBarTitleText": "开发票",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/businesscategory",
"style": {
"navigationBarTitleText": "行业列表",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/order",
"style": {
"navigationBarTitleText": "开票记录",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/orderinfo",
"style": {
"navigationBarTitleText": "开票详情",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/orderinfos",
"style": {
"navigationBarTitleText": "开票详情",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/wxinvoicing",
"style": {
"navigationBarTitleText": "微信扫码开票",
"navigationStyle": "custom"
}
}, {
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "发票",
"navigationBarBackgroundColor": "#3089FD",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}