personnel_management_mobile/pages.json

99 lines
2.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
"^wf-(.*)": "@/components/wf-ui/components/wf-$1/wf-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/loading/index",
"style": {
"navigationBarTitleText": "云预约",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "云预约",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/reserve/index",
"style": {
"navigationBarTitleText": "网上预约",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/reserve/notice",
"style": {
"navigationBarTitleText": "预约须知",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/reserve/timeSelect",
"style": {
"navigationBarTitleText": "预约时间",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/reserve/confirm",
"style": {
"navigationBarTitleText": "预约确认",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/myReserve/index",
"style": {
"navigationBarTitleText": "我的预约",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/myReserve/detail",
"style": {
"navigationBarTitleText": "预约详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login-phone",
"style": {
"navigationBarTitleText": "手机登录",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/login/login-account",
"style": {
"navigationBarTitleText": "账号登录",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F7F7F7"
}
}