导游中台-游客端
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.

145 lines
2.8 KiB

11 months ago
{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "苏州市导游协会"
}
},
{
11 months ago
"path": "pages/daoyou/index",
11 months ago
"style": {
11 months ago
"navigationBarTitleText": "苏州市导游协会"
11 months ago
}
},
{
"path": "pages/user/user",
"style": {
11 months ago
"navigationBarTitleText": "苏州市导游协会"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
11 months ago
}
}
],
"subPackages": [{
"root": "subPackages",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "uni-app"
}
11 months ago
},
11 months ago
{
11 months ago
"path": "daoyou/detail",
11 months ago
"style": {
11 months ago
"navigationBarTitleText": "导游详情"
}
},
{
"path": "daoyou/order",
"style": {
"navigationBarTitleText": "填写订单"
11 months ago
}
},
{
"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": ""
}
11 months ago
}
11 months ago
]
}],
"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": "首页"
},
{
11 months ago
"pagePath": "pages/daoyou/index",
"iconPath": "/static/images/daoyou.png",
"selectedIconPath": "/static/images/daoyous.png",
"text": "导游"
11 months ago
},
{
"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": {}
}