mobile-workflow/pages.json

127 lines
3.0 KiB
JSON
Raw Normal View History

2024-04-28 10:10:03 +08:00
{
"easycom": {
"custom": {
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"backgroundColor": "#623FDC",
"app-plus": {
"titleView": false
}
}
}, {
"path": "components/form/sub/ProcessSelect",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "选择流程",
//"navigationStyle": "custom",
"backgroundColor": "#623FDC"
}
}, {
"path": "pages/workspace/workspace",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "工作区",
//"navigationStyle": "custom",
"backgroundColor": "#623FDC",
"navigationBarHidden": false
}
}, {
"path": "pages/submit/submit",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "发起流程",
//"navigationStyle": "custom",
"backgroundColor": "#623FDC"
}
}, {
"path": "pages/contacts/contacts",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "通讯录",
//"navigationStyle": "custom",
"backgroundColor": "#623FDC"
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的",
//"navigationStyle": "custom",
"backgroundColor": "#623FDC",
"app-plus": {
"titleView": false
}
}
}, {
"path": "pages/instance/instancePreview",
"style": {
"navigationBarTitleText": "流程详情",
"enablePullDownRefresh": false
}
}, {
"path": "pages/submit/InitiateProcess",
"style": {
"navigationBarTitleText": "提交审批",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/UserAgent",
"style": {
"navigationBarTitleText": "用户代理人设置",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
// "navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#4478F7",
// "backgroundColor": "#4478F7",
"app-plus": {
"titleView": false,
"statusbar": {
"immersed": false
}
},
"animationType": "slide-in-right"
},
"uniIdRouter": {}
// "tabBar": {
// "borderStyle": "black", //边框颜色
// "backgroundColor": "#FFFFFF", //背景颜色
// "color": "#8A8A8A", //默认颜色
// "selectedColor": "#4478F7", //选中的颜色
// "list": [
// {
// "text": "",
// "pagePath": "pages/workspace/workspace"
// },
// {
// "iconPath": "static/tabs/contacts-n.png",
// "selectedIconPath": "static/tabs/contacts.png",
// "text": "通讯录",
// "pagePath": "pages/contacts/contacts"
// },
// {
// "iconPath": "static/tabs/my-n.png",
// "selectedIconPath": "static/tabs/my.png",
// "text": "我的",
// "pagePath": "pages/my/my"
// }
// ]
// }
}