You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
2.1 KiB
JSON

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/main/index",
"style": {
"navigationBarTitleText": "主页"
}
},
{
"path": "pages/component/button/button",
"style": {
"navigationBarTitleText": "按钮"
}
6 months ago
},
{
"path": "pages/component/listItem/applyList",
"style": {
"navigationBarTitleText": "工单列表"
}
},
{
"path": "pages/component/listItem/jobList",
"style": {
"navigationBarTitleText": "职位列表"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
// "tabBar": {
// "color": "#333333",
// "selectedColor": "#1890ff",
// "borderStyle": "black",
// "backgroundColor": "#ffffff",
// "list": [
// {
// "iconPath": "static/image/home.png",
// "selectedIconPath": "static/image/home-active.png",
// "pagePath": "pages/index/index",
// "text": "首页"
// },
6 months ago
// {
// "iconPath": "static/logo.png",
// "selectedIconPath": "static/logo.png",
// "pagePath": "pages/main/index",
// "text": "主页"
// },
// {
// "iconPath": "static/image/tabbar/home.png",
// "selectedIconPath": "static/image/tabbar/home_active.png",
// "pagePath": "pages/addJob/index",
// "text": " "
// },
// {
// "iconPath": "static/image/tabbar/home.png",
// "selectedIconPath": "static/image/tabbar/home_active.png",
// "pagePath": "pages/message/index",
// "text": "消息"
// },
// {
// "iconPath": "static/image/tabbar/home.png",
// "selectedIconPath": "static/image/tabbar/home_active.png",
// "pagePath": "pages/person/index",
// "text": "我的"
// }
// ]
// }
}