Smart_Canteen_Handheld_Devi.../pages.json

135 lines
3.2 KiB
JSON
Raw Normal View History

2025-08-11 16:45:01 +08:00
{
"easycom": {
"^u-(.*)": "uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/login",
"style": {
// "navigationBarTitleText": "登录"
"navigationStyle": "custom"
}
},
{
"path": "pages/enterAndExit/index",
"style": {
"navigationBarTitleText": "出入库"
}
},
{
"path": "pages/enterAndExit/goods/index",
"style": {
"navigationBarTitleText": "货品"
}
},
{
"path": "pages/enterAndExit/enter/index",
"style": {
// "navigationStyle": "custom"
"navigationBarTitleText": "入库"
}
},
{
"path": "pages/enterAndExit/exit/index",
"style": {
// "navigationStyle": "custom"
"navigationBarTitleText": "出库"
}
},
2025-08-21 15:29:01 +08:00
{
"path": "pages/enterAndExit/mine/index",
"style": {
// "navigationStyle": "custom"
"navigationBarTitleText": "我的"
}
},
2025-08-11 16:45:01 +08:00
{
"path": "pages/enterAndExit/enter/recordDetail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/enterAndExit/exit/recordDetail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/enterAndExit/enter/add",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/enterAndExit/enter/selectGoods",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/enterAndExit/enter/selectDocument",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/enterAndExit/exit/add",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/enterAndExit/exit/selectGoods",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/enterAndExit/exit/selectDocument",
"style": {
"navigationStyle": "custom"
}
}
],
"tabBar": {
"iconWidth": "70px",
"color": "#000",
"fontSize": "12px",
"selectedColor": "#ED7234",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/enterAndExit/goods/index",
"iconPath": "static/images/handheld/tabbar/ic_goods.png",
"selectedIconPath": "static/images/handheld/tabbar/ic_goods_select.png",
"text": ""
},
{
"pagePath": "pages/enterAndExit/enter/index",
"iconPath": "static/images/handheld/tabbar/ic_enter.png",
"selectedIconPath": "static/images/handheld/tabbar/ic_enter_select.png",
"text": ""
},
{
"pagePath": "pages/enterAndExit/exit/index",
"iconPath": "static/images/handheld/tabbar/ic_out.png",
"selectedIconPath": "static/images/handheld/tabbar/ic_out_select.png",
"text": ""
2025-08-21 15:29:01 +08:00
},
{
"pagePath": "pages/enterAndExit/mine/index",
"iconPath": "static/images/handheld/tabbar/ic_mine.png",
"selectedIconPath": "static/images/handheld/tabbar/ic_mine_select.png",
"text": ""
2025-08-11 16:45:01 +08:00
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "手持一体机",
"navigationBarBackgroundColor": "#FFFFFF"
}
}