diff --git a/pages.json b/pages.json index 3b83893..ad249fc 100644 --- a/pages.json +++ b/pages.json @@ -65,96 +65,6 @@ "style": { "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": { diff --git a/pages/home/home.vue b/pages/home/home.vue index 6749fdf..96912f7 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -24,7 +24,7 @@ export default { data() { 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 () {