diff --git a/niucloud/app/api/view/dashboard/error.html b/niucloud/app/api/view/dashboard/error.html
new file mode 100644
index 00000000..0eefe5d6
--- /dev/null
+++ b/niucloud/app/api/view/dashboard/error.html
@@ -0,0 +1,47 @@
+
+
+
+
+
+ 页面错误
+
+
+
+
+
⚠️
+
页面加载失败
+
{$message}
+
+
+
\ No newline at end of file
diff --git a/niucloud/app/api/view/dashboard/main.html b/niucloud/app/api/view/dashboard/main.html
new file mode 100644
index 00000000..2dd09c3f
--- /dev/null
+++ b/niucloud/app/api/view/dashboard/main.html
@@ -0,0 +1,342 @@
+
+
+
+
+
+ {$pageTitle}
+
+
+
+
+
+
{$pageTitle}
+
+
+ {volist name="pageData.stats" id="stat"}
+
+
{$stat.label}
+
{$stat.value}{$stat.unit}
+
{$stat.trend}
+
+ {/volist}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file