From 848e3850ab8750dc9b492caaf253b1c1c1667335 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 13 Oct 2022 17:03:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 90 --------------------------------------------- pages/home/home.vue | 2 +- 2 files changed, 1 insertion(+), 91 deletions(-) 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 () {