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.
156 lines
3.3 KiB
156 lines
3.3 KiB
{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/message/index",
|
|
"style": {
|
|
"navigationBarTitleText": "消息",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
},
|
|
{
|
|
"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": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "胥口枢纽",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
}
|
|
} |