From de16a79f255ef5a8b58d8886f429fe9a40950ad5 Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期三, 25 六月 2025 11:10:35 +0800 Subject: [PATCH] 隐藏取消报工页面 --- pages.json | 20 ++++++++++---------- pages/sys/home/index.vue | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pages.json b/pages.json index c722513..d3f3902 100644 --- a/pages.json +++ b/pages.json @@ -792,16 +792,16 @@ "navigationBarBackgroundColor": "#3281FF" } }, - // 鍙栨秷鎶ュ伐 - { - "path": "pages/product/cancelReport/index", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "", - // "navigationBarBackgroundColor": "#3281FF" - "enablePullDownRefresh": false - } - }, + // // 鍙栨秷鎶ュ伐 + // { + // "path": "pages/product/cancelReport/index", + // "style": { + // "navigationStyle": "custom", + // "navigationBarTitleText": "", + // // "navigationBarBackgroundColor": "#3281FF" + // "enablePullDownRefresh": false + // } + // }, // 鎺ユ敹(閾滄潌) { "path": "pages/product/receive/index", diff --git a/pages/sys/home/index.vue b/pages/sys/home/index.vue index 5c49760..60cce6c 100644 --- a/pages/sys/home/index.vue +++ b/pages/sys/home/index.vue @@ -32,11 +32,11 @@ url: '/pages/product/report/index', icon: 'one' }, - { - name: '鍙栨秷鎶ュ伐', - url: '/pages/product/cancelReport/index', - icon: 'two' - }, + // { + // name: '鍙栨秷鎶ュ伐', + // url: '/pages/product/cancelReport/index', + // icon: 'two' + // }, { name: '鎺ユ敹锛堥摐鏉嗭級', url: '/pages/product/receive/index', -- Gitblit v1.9.3