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.
73 lines
1.8 KiB
73 lines
1.8 KiB
{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "记录",
|
|
"navigationBarBackgroundColor":"#2979FF",
|
|
"navigationBarTextStyle":"white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/index",
|
|
"style": {
|
|
"navigationBarTitleText": "工作组"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/statistics/index",
|
|
"style": {
|
|
"navigationBarTitleText": "统计"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/my/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "logisticsSystem",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#333333",
|
|
"selectedColor": "#1998FE",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home-active.png",
|
|
"text": "记录"
|
|
},{
|
|
"pagePath": "pages/work/index",
|
|
"iconPath": "static/tabbar/find.png",
|
|
"selectedIconPath": "static/tabbar/find-active.png",
|
|
"text": "工作组"
|
|
},{
|
|
"pagePath": "pages/statistics/index",
|
|
"iconPath": "static/tabbar/find.png",
|
|
"selectedIconPath": "static/tabbar/home-active.png",
|
|
"text": "统计"
|
|
},{
|
|
"pagePath": "pages/my/index",
|
|
"iconPath": "static/tabbar/find.png",
|
|
"selectedIconPath": "static/tabbar/find-active.png",
|
|
"text": "我的"
|
|
}]
|
|
}
|
|
}
|