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.
81 lines
1.7 KiB
81 lines
1.7 KiB
11 months ago
|
{
|
||
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
|
{
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "苏州市导游协会"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/dialogue/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "对话"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/verification/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "核销"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/user/user",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "我的"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"subPackages": [{
|
||
|
"root": "subPackages",
|
||
|
"pages": [
|
||
|
{
|
||
|
"path": "index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "uni-app"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}],
|
||
|
"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/dialogue/index",
|
||
|
"iconPath": "/static/images/dialogue.png",
|
||
|
"selectedIconPath": "/static/images/dialogues.png",
|
||
|
"text": "对话"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/verification/index",
|
||
|
"iconPath": "/static/images/hx.png",
|
||
|
"selectedIconPath": "/static/images/hxs.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": {}
|
||
|
}
|