103 lines
2.8 KiB
JSON
103 lines
2.8 KiB
JSON
|
|
{
|
|||
|
|
"pages": [
|
|||
|
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|||
|
|
// 登录页
|
|||
|
|
{
|
|||
|
|
"path": "pages/login/index",
|
|||
|
|
"style": {
|
|||
|
|
"navigationBarTitleText": "登录"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
// 首页
|
|||
|
|
{
|
|||
|
|
"path": "pages/index/index",
|
|||
|
|
"style": {
|
|||
|
|
"navigationBarTitleText": "首页"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
// 工作台
|
|||
|
|
{
|
|||
|
|
"path": "pages/work/index",
|
|||
|
|
"style": {
|
|||
|
|
"navigationBarTitleText": "工作台"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
// 我的
|
|||
|
|
{
|
|||
|
|
"path": "pages/my/index",
|
|||
|
|
"style": {
|
|||
|
|
"navigationBarTitleText": "我的"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
/* 新购及其页面 */
|
|||
|
|
// 验收
|
|||
|
|
{
|
|||
|
|
"path": "pages/new-purchase/accept/index",
|
|||
|
|
"style": {
|
|||
|
|
"navigationBarTitleText": "新购验收"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
// 绑定
|
|||
|
|
{
|
|||
|
|
"path": "pages/new-purchase/bind/index",
|
|||
|
|
"style": {
|
|||
|
|
"navigationBarTitleText": "新购绑定"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
// 入库
|
|||
|
|
{
|
|||
|
|
"path": "pages/new-purchase/entry/index",
|
|||
|
|
"style": {
|
|||
|
|
"navigationBarTitleText": "新购入库"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"path" : "pages/new-purchase/accept/acceptDetails",
|
|||
|
|
"style" :
|
|||
|
|
{
|
|||
|
|
"navigationBarTitleText" : "新购验收"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"path" : "pages/new-purchase/accept/conclusion",
|
|||
|
|
"style" :
|
|||
|
|
{
|
|||
|
|
"navigationBarTitleText" : "新购验收结论"
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
],
|
|||
|
|
"tabBar": {
|
|||
|
|
"color": "#2c2c2c",
|
|||
|
|
"selectedColor": "#1296db",
|
|||
|
|
"borderStyle": "black",
|
|||
|
|
"backgroundColor": "#FFFFFF",
|
|||
|
|
"iconWidth": "24px",
|
|||
|
|
"list": [
|
|||
|
|
{
|
|||
|
|
"pagePath": "pages/index/index",
|
|||
|
|
"text": "首页",
|
|||
|
|
"iconPath": "static/home.png",
|
|||
|
|
"selectedIconPath": "static/homeSelected.png"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"pagePath": "pages/work/index",
|
|||
|
|
"text": "工作台",
|
|||
|
|
"iconPath": "static/my.png",
|
|||
|
|
"selectedIconPath": "static/mySelected.png"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"pagePath": "pages/my/index",
|
|||
|
|
"text": "我的",
|
|||
|
|
"iconPath": "static/workSpace.png",
|
|||
|
|
"selectedIconPath": "static/workSpaceSelected.png"
|
|||
|
|
}
|
|||
|
|
]
|
|||
|
|
},
|
|||
|
|
"globalStyle": {
|
|||
|
|
"navigationBarTextStyle": "black",
|
|||
|
|
"navigationBarTitleText": "uni-app",
|
|||
|
|
"navigationBarBackgroundColor": "#dcf4ff",
|
|||
|
|
"backgroundColor": "#f8f8f8"
|
|||
|
|
}
|
|||
|
|
}
|