Files
wcs/PDA/PDA/pages.json
2025-02-18 14:34:46 +08:00

81 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "智慧物流系统-登录"
}
},
{
"path" : "pages/config/config",
"style" :
{
"navigationBarTitleText" : "智慧物流系统-用户配置"
}
},
{
"path" : "pages/main/main",
"style" :
{
"navigationBarTitleText" : "智慧物流系统-主页"
}
},
{
"path" : "pages/bind/bind",
"style" :
{
"navigationBarTitleText" : "智慧物流系统-物料绑定"
}
},
{
"path" : "pages/bindSelectMat/bindSelectMat",
"style" :
{
"navigationBarTitleText" : "智慧物流系统-物料绑定选择物料"
}
},
{
"path" : "pages/queryBindList/queryBindList",
"style" :
{
"navigationBarTitleText" : "智慧物流系统-绑定查询"
}
},
{
"path" : "pages/stockTaking/stockTaking",
"style" :
{
"navigationBarTitleText" : "智慧物流系统-库存盘点"
}
},
{
"path" : "pages/shelfLocationBindUnbind/shelfLocationBindUnbind",
"style" :
{
"navigationBarTitleText" : "智慧物流系统-货架位置绑定解绑"
}
},
{
"path" : "pages/productionLineCallIn/productionLineCallIn",
"style" :
{
"navigationBarTitleText" : "智慧物流系统-产线呼叫"
}
},
{
"path" : "pages/productionLineCallOut/productionLineCallOut",
"style" :
{
"navigationBarTitleText" : "智慧物流系统-货架送回"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "智慧物流系统-移动端",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}