Files
Hfive/pages.json
2024-05-11 18:26:49 +08:00

93 lines
2.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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/drawer",
"style": {
"navigationBarTitleText": "新增开票员",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/notification",
"style": {
"navigationBarTitleText": "绑定通知",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/notificationdd",
"style": {
"navigationBarTitleText": "绑定通知",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/merchant",
"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": {}
}