From ae21e9e3bef1ee1e75d935d487f5518beeb58ca2 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 24 Oct 2024 08:54:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E6=8E=A8=E9=80=81=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 2 +- pages.json | 6 ++++ pages/workPlan/my/index.vue | 60 +++++++++++++++++++++++++++++++++++ pages/workPlan/util/tabbar.js | 6 ++++ 4 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 pages/workPlan/my/index.vue diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 9b0d791..4ccd172 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -13,7 +13,7 @@ "type" : "uniCloud" }, { - "playground" : "standard", + "playground" : "custom", "type" : "uni-app:app-android" } ] diff --git a/pages.json b/pages.json index 84ee6f9..bcbd0d8 100644 --- a/pages.json +++ b/pages.json @@ -796,6 +796,12 @@ "style": { "navigationStyle": "custom" } + }, + { + "path": "pages/workPlan/my/index", + "style": { + "navigationStyle": "custom" + } } ], "globalStyle": { diff --git a/pages/workPlan/my/index.vue b/pages/workPlan/my/index.vue new file mode 100644 index 0000000..1a84a0a --- /dev/null +++ b/pages/workPlan/my/index.vue @@ -0,0 +1,60 @@ + + + + + diff --git a/pages/workPlan/util/tabbar.js b/pages/workPlan/util/tabbar.js index c061d7f..8fb212b 100644 --- a/pages/workPlan/util/tabbar.js +++ b/pages/workPlan/util/tabbar.js @@ -16,6 +16,12 @@ export default { iconPath: '/static/realName/work.png', selectedIconPath: '/static/realName/workSelected.png', text: '工作台' + }, + { + pagePath: 'pages/workPlan/my/index', + iconPath: '/static/realName/my.png', + selectedIconPath: '/static/realName/mySelected.png', + text: '我的' } ] }