pda-uni-app-perkins/pages.json

108 lines
2.2 KiB
JSON
Raw Normal View History

2025-10-31 22:49:51 +08:00
{
"pages": [
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"app-plus": {
"titleNView": false
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "首页",
"app-plus": {
"titleNView": false
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/stock-in/empty",
"style": {
"navigationBarTitleText": "空载具入库",
"app-plus": {
"titleNView": false
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/stock-in/engine",
"style": {
"navigationBarTitleText": "发动机入库",
"app-plus": {
"titleNView": false
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/stock-in/raw",
"style": {
"navigationBarTitleText": "原材料入库",
"app-plus": {
"titleNView": false
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/stock-in/raw-return",
"style": {
"navigationBarTitleText": "通道三原材料回库",
"app-plus": {
"titleNView": false
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/stock-in/manual",
"style": {
"navigationBarTitleText": "手动码盘入库",
"app-plus": {
"titleNView": false
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/test/index",
"style": {
"navigationBarTitleText": "测试页面",
"app-plus": {
"titleNView": false
},
"h5": {
"titleNView": false
}
}
}
],
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTitleText": "PDA",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#05DCEF",
"backgroundColor": "#F5F5F5"
}
}