This commit is contained in:
2022-10-13 17:03:06 +08:00
parent 06995ac3d7
commit 848e3850ab
2 changed files with 1 additions and 91 deletions

View File

@@ -65,96 +65,6 @@
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}
,{
"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": { "globalStyle": {

View File

@@ -24,7 +24,7 @@
export default { export default {
data() { data() {
return { return {
menu: [{url: '/pages/ProductManage/SboProdProgress', name: '生箔生产进度'}, {url: '/pages/ProductManage/EmptyPipeInStore', name: '空管入库'}, {url: '/pages/ProductManage/ZjCasing', name: '子卷套管'}, {url: '/pages/ProductManage/ZjDelivery', name: '子卷配送'}, {url: '/pages/ProductManage/ZjOutStore', name: '子卷出站'}, {url: '/pages/task/painttask', name: '任务生成'}, {url: '/pages/task/sitemanage', name: '站点管理'}, {url: '/pages/task/pointrelease', name: '点位取放货确认'}, {url: '/pages/task/taskmanage', name: '任务管理'}, {url: '/pages/task/zlmanage', name: '指令管理'}] menu: [{url: '/pages/ProductManage/SboProdProgress', name: '生箔生产进度'}, {url: '/pages/ProductManage/EmptyPipeInStore', name: '空管入库'}, {url: '/pages/ProductManage/ZjCasing', name: '子卷套管'}, {url: '/pages/ProductManage/ZjDelivery', name: '子卷配送'}, {url: '/pages/ProductManage/ZjOutStore', name: '子卷出站'}]
}; };
}, },
mounted () { mounted () {