diff --git a/pages.json b/pages.json index 3c67676..0c90a5b 100644 --- a/pages.json +++ b/pages.json @@ -67,6 +67,12 @@ "style": { "navigationStyle": "custom" } + }, + { + "path": "pages/management/TaskManage", + "style": { + "navigationStyle": "custom" + } } ], "globalStyle": { diff --git a/pages/management/TaskManage.vue b/pages/management/TaskManage.vue new file mode 100644 index 0000000..a1f3d8b --- /dev/null +++ b/pages/management/TaskManage.vue @@ -0,0 +1,153 @@ + + + + + \ No newline at end of file