Files
Hfive/pages.json
2024-11-13 09:25:34 +08:00

212 lines
4.8 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/login/login",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
}
}, {
"path": "pages/login/password",
"style": {
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
}
}, {
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/information",
"style": {
"navigationBarTitleText": "完善商户信息",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/billingcode",
"style": {
"navigationBarTitleText": "开票码",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/auditbilling",
"style": {
"navigationBarTitleText": "审核开票",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/drawer",
"style": {
"navigationBarTitleText": "新增开票员",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/drawerlist",
"style": {
"navigationBarTitleText": "开票员列表",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/notification",
"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/orderinfoauditbilling",
"style": {
"navigationBarTitleText": "开票详情",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/wxinvoicing",
"style": {
"navigationBarTitleText": "微信扫码开票",
"navigationStyle": "custom"
}
}, {
"path": "pages/hindex/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/hindex/indexs",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
"path": "pages/hindex/web",
"style": {
"navigationBarTitleText": "提交成功",
"navigationStyle": "custom"
}
}, {
"path": "pages/hindex/involist",
"style": {
"navigationBarTitleText": "开票记录",
"navigationStyle": "custom"
}
}, {
"path": "pages/hindex/invodetail",
"style": {
"navigationBarTitleText": "开票详情",
"navigationStyle": "custom"
}
}, {
"path": "pages/electric/index",
"style": {
"navigationBarTitleText": "后台管理"
}
}, {
"path": "pages/electric/bluetools",
"style": {
"navigationBarTitleText": "蓝票开具"
}
}, {
"path": "pages/electric/toexamine",
"style": {
"navigationBarTitleText": "已开发票"
}
}, {
"path": "pages/electric/issuer",
"style": {
"navigationBarTitleText": "开票人"
}
}, {
"path": "pages/electric/Invoicedgoods",
"style": {
"navigationBarTitleText": "开票商品"
}
}, {
"path": "pages/electric/orderinquiry",
"style": {
"navigationBarTitleText": "订单查询"
}
}, {
"path": "pages/electric/auditrecords",
"style": {
"navigationBarTitleText": "审核开票"
}
}, {
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
"path": "pages/merchant/index",
"style": {
"navigationBarTitleText": "开发票",
"navigationStyle": "custom"
}
}, {
"path": "pages/merchant/information",
"style": {
"navigationBarTitleText": "完善商户信息",
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "发票",
"navigationBarBackgroundColor": "#3089FD",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}