diff --git a/pages.json b/pages.json
index aa8c474..5872c0b 100644
--- a/pages.json
+++ b/pages.json
@@ -144,6 +144,24 @@
"style": {
"navigationBarTitleText": "详情"
}
+ },
+ {
+ "path": "pages/home/realTimeData",
+ "style": {
+ "navigationBarTitleText": "实时数据"
+ }
+ },
+ {
+ "path": "pages/home/historyData",
+ "style": {
+ "navigationBarTitleText": "历史数据"
+ }
+ },
+ {
+ "path": "pages/home/taskReport",
+ "style": {
+ "navigationBarTitleText": "报表任务"
+ }
}
],
"tabBar": {
diff --git a/pages/home/historyData.vue b/pages/home/historyData.vue
new file mode 100644
index 0000000..9bba998
--- /dev/null
+++ b/pages/home/historyData.vue
@@ -0,0 +1,25 @@
+
+
+
+
+ 历史数据
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/home/realTimeData.vue b/pages/home/realTimeData.vue
new file mode 100644
index 0000000..71d00b6
--- /dev/null
+++ b/pages/home/realTimeData.vue
@@ -0,0 +1,55 @@
+
+
+
+
+
+ 1
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/home/taskReport.vue b/pages/home/taskReport.vue
new file mode 100644
index 0000000..eacd544
--- /dev/null
+++ b/pages/home/taskReport.vue
@@ -0,0 +1,25 @@
+
+
+
+
+ 报表任务
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 7b3e136..cb43911 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -3,13 +3,26 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/static/history_data.png b/static/history_data.png
new file mode 100644
index 0000000..dfc75e1
Binary files /dev/null and b/static/history_data.png differ
diff --git a/static/logo.png b/static/logo.png
index b5771e2..3c83e4c 100644
Binary files a/static/logo.png and b/static/logo.png differ
diff --git a/static/real_time_data.png b/static/real_time_data.png
new file mode 100644
index 0000000..74adace
Binary files /dev/null and b/static/real_time_data.png differ
diff --git a/static/statement.png b/static/statement.png
new file mode 100644
index 0000000..f5c5af9
Binary files /dev/null and b/static/statement.png differ
diff --git a/static/status.png b/static/status.png
new file mode 100644
index 0000000..705cd08
Binary files /dev/null and b/static/status.png differ
diff --git a/static/terminal.png b/static/terminal.png
new file mode 100644
index 0000000..1d7df4c
Binary files /dev/null and b/static/terminal.png differ
diff --git a/static/zantai.png b/static/zantai.png
new file mode 100644
index 0000000..8b0de1a
Binary files /dev/null and b/static/zantai.png differ