{
|
"easycom": {
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
},
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
{
|
"path": "pages/login/login",
|
"style": {
|
"navigationBarTitleText": "登录"
|
}
|
}, {
|
"path": "pages/index/index",
|
"style": {
|
"navigationBarTitleText": "首页"
|
}
|
}, {
|
"path": "pages/home/home",
|
"style": {
|
"navigationBarTitleText": "",
|
"navigationBarBackgroundColor": "#E7F0FF"
|
}
|
}, {
|
"path": "pages/UpdatePassWord/UpdatePassWord",
|
"style": {
|
"navigationBarTitleText": "修改密码",
|
"enablePullDownRefresh": false
|
}
|
}, {
|
"path": "pages/叫料/正极叫料",
|
"style": {
|
"navigationBarTitleText": "正极叫料",
|
"enablePullDownRefresh": false
|
}
|
|
}, {
|
"path": "pages/叫料/负极叫料",
|
"style": {
|
"navigationBarTitleText": "负极叫料",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/叫料/空托回流",
|
"style": {
|
"navigationBarTitleText": "空托回流",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/叫料/烘烤回炉",
|
"style": {
|
"navigationBarTitleText": "烘烤回炉",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/叫料/烘烤出料",
|
"style": {
|
"navigationBarTitleText": "烘烤出料",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path" : "pages/SetAddress/SetAddress",
|
"style" :
|
{
|
"navigationBarTitleText" : "设置地址"
|
}
|
}
|
],
|
"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": "我"
|
}]
|
}
|
}
|