diff --git a/pages.json b/pages.json index b8a39df..8540e98 100644 --- a/pages.json +++ b/pages.json @@ -69,7 +69,7 @@ } }, { - "path": "pages/investigation/task", + "path": "pages/investigation/complete", "style": { "navigationStyle": "custom", "navigationBarTitleText": "排查", @@ -78,7 +78,18 @@ "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } - }, + }, + { + "path": "pages/investigation/task", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "排查", + // 开启下拉刷新 + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + } + }, { "path": "pages/governance/index", "style": { diff --git a/pages/investigation/complete.vue b/pages/investigation/complete.vue new file mode 100644 index 0000000..400b248 --- /dev/null +++ b/pages/investigation/complete.vue @@ -0,0 +1,677 @@ + + + + + + \ No newline at end of file