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: '我的' } ] }