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.
144 lines
2.8 KiB
144 lines
2.8 KiB
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "苏州市导游协会"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/daoyou/index",
|
|
"style": {
|
|
"navigationBarTitleText": "苏州市导游协会"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/user",
|
|
"style": {
|
|
"navigationBarTitleText": "苏州市导游协会"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [{
|
|
"root": "subPackages",
|
|
"pages": [
|
|
{
|
|
"path": "index",
|
|
"style": {
|
|
"navigationBarTitleText": "uni-app"
|
|
}
|
|
},
|
|
{
|
|
"path": "daoyou/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "导游详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "daoyou/order",
|
|
"style": {
|
|
"navigationBarTitleText": "填写订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "onlineService/index",
|
|
"style": {
|
|
"navigationBarTitleText": "智能客服"
|
|
}
|
|
},
|
|
{
|
|
"path": "onlineService/search",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "onlineService/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "常见问题"
|
|
}
|
|
},
|
|
{
|
|
"path": "user/register",
|
|
"style": {
|
|
"navigationBarTitleText": "注册信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "user/infoFilling",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "user/profile",
|
|
"style": {
|
|
"navigationBarTitleText": "个人信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "user/travelerList",
|
|
"style": {
|
|
"navigationBarTitleText": "出行人信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "user/myContactsAdd",
|
|
"style": {
|
|
"navigationBarTitleText": "出行人信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "user/privacyInfo",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
}
|
|
|
|
|
|
]
|
|
}],
|
|
"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": "我的"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|
|
|