Files
hht-tongbo/pages.json

209 lines
4.6 KiB
JSON
Raw Normal View History

2022-10-10 10:19:18 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/login/login",
"style": {
"navigationStyle": "custom"
2022-10-10 19:58:07 +08:00
}
2022-10-10 10:19:18 +08:00
}
,{
"path" : "pages/home/home",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/login/setup",
"style" : {
"navigationBarTitleText": "设置",
"navigationStyle": "default",
"enablePullDownRefresh": false
}
}
2022-10-11 08:39:10 +08:00
,{
"path" : "pages/ProductManage/SboProdProgress",
"style" : {
"navigationBarTitleText": "生箔生产进度",
"navigationStyle": "default",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/SboProcess",
"style" : {
"navigationBarTitleText": "生箔工序",
"navigationStyle": "default",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/BakeProcess",
"style" : {
"navigationBarTitleText": "烘烤工序",
"navigationStyle": "default",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/PointManage",
"style" : {
"navigationBarTitleText": "点位管理",
"navigationStyle": "default",
"enablePullDownRefresh": false
}
}
2022-10-10 17:08:52 +08:00
,{
"path" : "pages/ProductManage/EmptyPipeInStore",
2022-10-10 19:58:07 +08:00
"style": {
"navigationStyle": "custom"
2022-10-10 17:08:52 +08:00
}
}
,{
"path" : "pages/ProductManage/ZjCasing",
"style" : {
"navigationBarTitleText": "子卷套管",
2022-10-10 19:58:07 +08:00
"app-plus": {
"titleNView": {
"buttons":[
{
"type":"home"
}
]
}
},
"enablePullDownRefresh": false
2022-10-10 17:08:52 +08:00
}
}
,{
"path" : "pages/ProductManage/ZjDelivery",
"style" : {
"navigationBarTitleText": "子卷配送",
2022-10-10 19:58:07 +08:00
"app-plus": {
"titleNView": {
"buttons":[
{
"type":"home"
}
]
}
},
"enablePullDownRefresh": false
2022-10-10 17:08:52 +08:00
}
}
,{
"path" : "pages/ProductManage/ZjOutStore",
"style" : {
"navigationBarTitleText": "子卷出站",
2022-10-10 19:58:07 +08:00
"app-plus": {
"titleNView": {
"buttons":[
{
"type":"home"
}
]
}
},
"enablePullDownRefresh": false
2022-10-10 17:08:52 +08:00
}
}
2022-10-10 10:19:18 +08:00
,{
"path" : "pages/task/painttask",
"style" :
{
"navigationBarTitleText": "任务生成",
"app-plus": {
"titleNView": {
"buttons":[
{
"type":"home"
}
]
}
},
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/task/sitemanage",
"style" :
{
"navigationBarTitleText": "站点管理",
"app-plus": {
"titleNView": {
"buttons":[
{
"type":"home"
}
]
}
},
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/task/pointrelease",
"style" :
{
"navigationBarTitleText": "点位取放货确认",
"app-plus": {
"titleNView": {
"buttons":[
{
"type":"home"
}
]
}
},
"enablePullDownRefresh": false
}
},
{
"path" : "pages/task/taskmanage",
"style" :
{
"navigationBarTitleText": "任务管理",
"app-plus": {
"titleNView": {
"buttons":[
{
"type":"home"
}
]
}
},
"enablePullDownRefresh": false
}
},
{
"path" : "pages/task/zlmanage",
"style" :
{
"navigationBarTitleText": "指令管理",
"app-plus": {
"titleNView": {
"buttons":[
{
"type":"home"
}
]
}
},
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}