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.

100 lines
2.1 KiB

11 months ago
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
12 months ago
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/ship_manager",
"style": {
"navigationBarTitleText": "船只管理",
"navigationStyle": "custom"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
},
{
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "我的购票",
"navigationStyle": "custom"
}
},
{
"path": "pages/message/index",
"style": {
"navigationBarTitleText": "消息",
"navigationStyle": "custom"
}
},
{
"path": "pages/reservation/index",
"style": {
"navigationBarTitleText": "过闸预约",
"navigationStyle": "custom"
}
},
{
"path": "pages/my/ship_detail",
"style": {
"navigationBarTitleText": "船只详情",
"navigationStyle": "custom"
}
}
],
11 months ago
"tabBar": {
"color": "#999999",
"selectedColor": "#3B7CFF",
11 months ago
"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": "我的"
}
]
11 months ago
},
"subPackages": [{
"root": "package_sub",
7 months ago
"pages": []
11 months ago
}],
12 months ago
"preloadRule": {},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "胥口枢纽",
12 months ago
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}