{
|
"easycom": {
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
|
"^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue"
|
},
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
{
|
"path": "pages/index/index",
|
"style": {
|
"navigationBarTitleText": "首页"
|
}
|
},
|
{
|
"path": "pages/home/home",
|
"style": {
|
"navigationBarTitleText": "个人"
|
}
|
},
|
{
|
"path": "pages/login/login",
|
"style": {
|
"navigationBarTitleText": "登录"
|
}
|
}
|
,{
|
"path" : "pages/feeding/Emptyoutbound",
|
"style" :
|
{
|
"navigationBarTitleText": "空托出库",
|
"enablePullDownRefresh": true
|
}
|
|
},{
|
"path" : "pages/feeding/Groupdisk",
|
"style" :
|
{
|
"navigationBarTitleText": "组盘",
|
"enablePullDownRefresh": true
|
}
|
|
},{
|
"path" : "pages/feeding/JiePan",
|
"style" :
|
{
|
"navigationBarTitleText": "解盘",
|
"enablePullDownRefresh": true
|
}
|
|
},{
|
"path" : "pages/feeding/Rawmaterialstorage",
|
"style" :
|
{
|
"navigationBarTitleText": "原料入库",
|
"enablePullDownRefresh": true
|
}
|
|
},{
|
"path" : "pages/feeding/Excessmaterialreturn",
|
"style" :
|
{
|
"navigationBarTitleText": "余料回退",
|
"enablePullDownRefresh": true
|
}
|
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "uView",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8"
|
},
|
"tabBar": {
|
"color": "#909399",
|
"selectedColor": "#303133",
|
"borderStyle": "black",
|
"backgroundColor": "#ffffff",
|
"list": [{
|
"pagePath": "pages/index/index",
|
"iconPath": "static/index.png",
|
"selectedIconPath": "static/index-selected.png",
|
"text": "首页"
|
},
|
{
|
"pagePath": "pages/home/home",
|
"iconPath": "static/center.png",
|
"selectedIconPath": "static/center-selected.png",
|
"text": "个人"
|
}]
|
}
|
}
|