You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

179 lines
3.9 KiB

{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
// "easycom": {
// "autoscan": true,
// "custom": {
// "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
// "^uni-(.*)": "@/components/uni-$1.vue", // 匹配components目录内的vue文件
// "^vue-file-(.*)": "packageName/path/to/vue-file-$1.vue" // 匹配node_modules内的vue文件
// }
// },
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false //禁用原生导航栏
}
}
},
{
"path": "pages/index/ship_manage",
"style": {
"navigationBarTitleText": "船只管理",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/ship_add",
"style": {
"navigationBarTitleText": "添加船只",
"navigationStyle": "custom"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
},
{
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "我的购票",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/order/pay_order",
"style": {
"navigationBarTitleText": "在线购票",
"navigationStyle": "custom"
}
},
{
"path": "pages/order/pay_order_detail",
"style": {
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/order/pay_order_list",
"style": {
"navigationBarTitleText": "在线付款",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/message/index",
"style": {
"navigationBarTitleText": "消息",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/reservation/index",
"style": {
"navigationBarTitleText": "过闸预约",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/ship_detail",
"style": {
"navigationBarTitleText": "船只详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/invoice_manage",
"style": {
"navigationBarTitleText": "发票管理",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/index/invoice_detail",
"style": {
"navigationBarTitleText": "发票详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/invoice_issue",
"style": {
"navigationBarTitleText": "发票开具",
"navigationStyle": "custom"
}
},
{
"path": "pages/my/about",
"style": {
"navigationBarTitleText": "关于我们",
"navigationStyle": "custom"
}
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#3B7CFF",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/index.png",
"selectedIconPath": "static/index_sel.png",
"text": "首页"
},
{
"pagePath": "pages/order/index",
"iconPath": "static/order.png",
"selectedIconPath": "static/order_sel.png",
"text": "订单"
},
{
"pagePath": "pages/message/index",
"iconPath": "static/msg.png",
"selectedIconPath": "static/msg_sel.png",
"text": "消息"
},
{
"pagePath": "pages/my/index",
"iconPath": "static/mine.png",
"selectedIconPath": "static/mine_sel.png",
"text": "我的"
}
]
},
"subPackages": [{
"root": "package_sub",
"pages": []
}],
"preloadRule": {},
"globalStyle": {
"app-plus": {
"titleNView": false
},
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "胥口枢纽",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}