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.
69 lines
1.6 KiB
69 lines
1.6 KiB
10 months ago
|
{
|
||
|
"pages": [
|
||
|
"pages/index/index",
|
||
|
"pages/daoyou/index",
|
||
|
"pages/user/user",
|
||
|
"pages/login/login"
|
||
|
],
|
||
|
"subPackages": [
|
||
|
{
|
||
|
"root": "subPackages",
|
||
|
"pages": [
|
||
|
"index",
|
||
|
"daoyou/detail",
|
||
|
"daoyou/order",
|
||
|
"onlineService/index",
|
||
|
"onlineService/search",
|
||
|
"onlineService/detail",
|
||
|
"user/register",
|
||
|
"user/infoFilling",
|
||
|
"user/profile",
|
||
|
"user/travelerList",
|
||
|
"user/myContactsAdd",
|
||
|
"user/privacyInfo",
|
||
|
"line/lineList",
|
||
|
"line/detail",
|
||
|
"line/order",
|
||
|
"line/orders",
|
||
|
"order/trades",
|
||
|
"order/orderDetail"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"window": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "uni-app",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#666666",
|
||
|
"selectedColor": "#96684F",
|
||
|
"borderStyle": "black",
|
||
|
"backgroundColor": "#ffffff",
|
||
|
"fontSize": "24rpx",
|
||
|
"height": "100rpx",
|
||
|
"iconWidth": "40rpx",
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"iconPath": "/static/images/home.png",
|
||
|
"selectedIconPath": "/static/images/homes.png",
|
||
|
"text": "首页"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/daoyou/index",
|
||
|
"iconPath": "/static/images/daoyou.png",
|
||
|
"selectedIconPath": "/static/images/daoyous.png",
|
||
|
"text": "导游"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/user/user",
|
||
|
"iconPath": "/static/images/user.png",
|
||
|
"selectedIconPath": "/static/images/users.png",
|
||
|
"text": "我的"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"usingComponents": {}
|
||
|
}
|