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.
131 lines
3.4 KiB
131 lines
3.4 KiB
3 years ago
|
{
|
||
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
|
{
|
||
|
"path": "pages/login/login",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "登录",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
|
||
|
}, {
|
||
|
"path": "pages/tabBar/home/home",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "white",
|
||
|
"navigationBarTitleText": "首页",
|
||
|
"navigationBarBackgroundColor": "#3346b9",
|
||
|
"backgroundColorTop": "#3346b9",
|
||
|
"onReachBottomDistance": 50,
|
||
|
"app-plus": {
|
||
|
"titleNView": false, //禁用原生导航栏
|
||
|
"softinputNavBar": "none",
|
||
|
"subNVues": [{
|
||
|
"id": "homeTitleNvue", // 唯一标识
|
||
|
"path": "pages/tabBar/home/subNvue/homeTitleNvue", // 页面路径
|
||
|
"type": "navigationBar"
|
||
|
}]
|
||
|
}
|
||
|
}
|
||
|
}, {
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "首页"
|
||
|
}
|
||
|
}, {
|
||
|
"path": "pages/tabBar/user/user",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "white",
|
||
|
"navigationBarTitleText": "我的",
|
||
|
"navigationBarBackgroundColor": "#0083f5",
|
||
|
"backgroundColorTop": "#0083f5",
|
||
|
"onReachBottomDistance": 50,
|
||
|
"app-plus": {
|
||
|
"titleNView": false, //禁用原生导航栏
|
||
|
"softinputNavBar": "none",
|
||
|
"subNVues": [{
|
||
|
"id": "homeTitleNvue", // 唯一标识
|
||
|
"path": "pages/tabBar/home/subNvue/homeTitleNvue", // 页面路径
|
||
|
"type": "navigationBar"
|
||
|
}]
|
||
|
}
|
||
|
}
|
||
|
}, {
|
||
|
"path": "pages/index/merchant-list/merchant-list",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "white",
|
||
|
"navigationBarTitleText": "商户列表",
|
||
|
"navigationBarBackgroundColor": "#0083f5",
|
||
|
"backgroundColorTop": "#0083f5",
|
||
|
"onReachBottomDistance": 50,
|
||
|
"app-plus": {
|
||
|
"titleNView": false, //禁用原生导航栏
|
||
|
"softinputNavBar": "none",
|
||
|
"subNVues": [{
|
||
|
"id": "homeTitleNvue", // 唯一标识
|
||
|
"path": "pages/tabBar/home/subNvue/homeTitleNvue", // 页面路径
|
||
|
"type": "navigationBar"
|
||
|
}]
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}, {
|
||
|
"path": "pages/index/merchant-details/merchant-details",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "商户详情",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
|
||
|
}, {
|
||
|
"path": "pages/index/merchant-incoming-parts/merchant-incoming-parts",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "商户进件",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||
|
"backgroundColorTop": "#FFFFFF"
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
, {
|
||
|
"path": "pages/index/message-center/message-center",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "消息中心",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
|
||
|
}, {
|
||
|
"path": "pages/index/business-category/business-category",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "经营品类",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
|
||
|
}, {
|
||
|
"path": "pages/index/merchant-management/merchant-management",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "商户管理",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
|
||
|
}, {
|
||
|
"path": "pages/index/store-details/store-details",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "门店信息",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
],
|
||
|
"subpackages": [{
|
||
|
"root": "subPages",
|
||
|
|
||
|
"pages": []
|
||
|
}],
|
||
|
"globalStyle": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "uni-app",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
}
|
||
|
}
|