fecrprd/pages.json

114 lines
2.7 KiB
JSON
Raw Permalink Normal View History

2023-03-02 09:44:12 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/dynamic/index",
"style": {
2023-03-07 18:03:25 +08:00
"navigationBarTitleText": "动态",
"disableSwipeBack": true
2023-03-02 09:44:12 +08:00
}
}, {
"path": "pages/my/index",
"style": {
2023-03-07 18:03:25 +08:00
"navigationBarTitleText": "个人",
"disableSwipeBack": true
2023-03-02 09:44:12 +08:00
}
2023-03-07 18:03:25 +08:00
}, {
"path": "pages/fill/index",
2023-03-02 09:44:12 +08:00
"style": {
2023-03-07 18:03:25 +08:00
"navigationBarTitleText": "填报",
"disableSwipeBack": true
2023-03-02 09:44:12 +08:00
}
}, {
2023-03-07 18:03:25 +08:00
"path": "pages/my/login",
2023-03-02 09:44:12 +08:00
"style": {
2023-03-07 18:03:25 +08:00
"navigationBarTitleText": "绑定账号",
"navigationStyle": "custom",
"disableSwipeBack": true
2023-03-02 09:44:12 +08:00
}
}, {
"path": "pages/dynamic/seniorExecutive/detail",
"style": {
2023-03-07 18:03:25 +08:00
"navigationBarTitleText": "动态",
"disableSwipeBack": true
2023-03-02 09:44:12 +08:00
}
}, {
"path": "pages/dynamic/seniorExecutive/index",
"style": {
"navigationBarTitleText": "",
2023-03-07 18:03:25 +08:00
"enablePullDownRefresh": false,
"disableSwipeBack": true
2023-03-02 09:44:12 +08:00
}
}, {
"path": "pages/dynamic/department/index",
"style": {
"navigationBarTitleText": "",
2023-03-07 18:03:25 +08:00
"enablePullDownRefresh": false,
"disableSwipeBack": true
2023-03-02 09:44:12 +08:00
}
}, {
"path": "pages/dynamic/department/detail",
"style": {
"navigationBarTitleText": "",
2023-03-07 18:03:25 +08:00
"enablePullDownRefresh": false,
"disableSwipeBack": true
2023-03-02 09:44:12 +08:00
}
}, {
"path": "pages/dynamic/industry/index",
"style": {
"navigationBarTitleText": "",
2023-03-07 18:03:25 +08:00
"enablePullDownRefresh": false,
"disableSwipeBack": true
2023-03-02 09:44:12 +08:00
}
}, {
"path": "pages/dynamic/industry/detail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/dynamic/subject/index",
"style": {
"navigationBarTitleText": "",
2023-03-07 18:03:25 +08:00
"enablePullDownRefresh": false,
"disableSwipeBack": true
2023-03-02 09:44:12 +08:00
}
}, {
"path": "pages/dynamic/subject/detail",
"style": {
"navigationBarTitleText": "",
2023-03-07 18:03:25 +08:00
"enablePullDownRefresh": false,
"disableSwipeBack": true
2023-03-02 09:44:12 +08:00
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "动态",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/dynamic/index",
// "iconPath": "static/image/icon_component.png",
// "selectedIconPath": "static/image/icon_component_HL.png",
"text": "动态"
}, {
"pagePath": "pages/fill/index",
// "iconPath": "static/image/icon_API.png",
// "selectedIconPath": "static/image/icon_API_HL.png",
"text": "填报"
}, {
"pagePath": "pages/my/index",
// "iconPath": "person",
// "selectedIconPath": "static/image/icon_API_HL.png",
"text": "个人"
}]
}
2023-03-07 18:03:25 +08:00
2023-03-02 09:44:12 +08:00
}