diff --git a/psdc-ui/src/App.vue b/psdc-ui/src/App.vue
index 00907d3..133581f 100644
--- a/psdc-ui/src/App.vue
+++ b/psdc-ui/src/App.vue
@@ -20,6 +20,9 @@ onMounted(() => {
padding: 0;
box-sizing:border-box;
}
+ h2{
+ margin: 0;
+ }
body{
color: #f3ffff;
font-size: 14px;
diff --git a/psdc-ui/src/router/index.js b/psdc-ui/src/router/index.js
index c4a9d64..6725128 100644
--- a/psdc-ui/src/router/index.js
+++ b/psdc-ui/src/router/index.js
@@ -58,16 +58,15 @@ export const constantRoutes = [
hidden: true
},
{
- path: '',
- component: Layout,
- redirect: '/index',
+ path: '/',
+ // redirect: '/index',
children: [
{
- path: '/index',
- component: () => import('@/views/index'),
- name: 'Index',
+ path: '/bigview',
+ component: () => import('@/views/bigview/index'),
+ name: 'Bigview',
meta: { title: '首页', icon: 'dashboard', affix: true }
- }
+ },
]
},
{
diff --git a/psdc-ui/src/views/analyse/nhfx/index.vue b/psdc-ui/src/views/analyse/nhfx/index.vue
new file mode 100644
index 0000000..a89cb93
--- /dev/null
+++ b/psdc-ui/src/views/analyse/nhfx/index.vue
@@ -0,0 +1,16 @@
+
+
+
能耗分析
+
+
+
+
+
+
+
diff --git a/psdc-ui/src/views/analyse/nhtj/index.vue b/psdc-ui/src/views/analyse/nhtj/index.vue
new file mode 100644
index 0000000..e2ec839
--- /dev/null
+++ b/psdc-ui/src/views/analyse/nhtj/index.vue
@@ -0,0 +1,16 @@
+
+
+
能耗统计
+
+
+
+
+
+
+
diff --git a/psdc-ui/src/views/bigview/index.vue b/psdc-ui/src/views/bigview/index.vue
new file mode 100644
index 0000000..cff9eee
--- /dev/null
+++ b/psdc-ui/src/views/bigview/index.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
diff --git a/psdc-ui/src/views/control/manual/index.vue b/psdc-ui/src/views/control/manual/index.vue
new file mode 100644
index 0000000..2fd71bf
--- /dev/null
+++ b/psdc-ui/src/views/control/manual/index.vue
@@ -0,0 +1,16 @@
+
+
+
手动控制
+
+
+
+
+
+
+
diff --git a/psdc-ui/src/views/control/timer/index.vue b/psdc-ui/src/views/control/timer/index.vue
new file mode 100644
index 0000000..1db90ce
--- /dev/null
+++ b/psdc-ui/src/views/control/timer/index.vue
@@ -0,0 +1,16 @@
+
+
+
定时控制
+
+
+
+
+
+
+
diff --git a/psdc-ui/src/views/index.vue b/psdc-ui/src/views/emonitor/db/index.vue
similarity index 88%
rename from psdc-ui/src/views/index.vue
rename to psdc-ui/src/views/emonitor/db/index.vue
index fe8476d..04cfbe5 100644
--- a/psdc-ui/src/views/index.vue
+++ b/psdc-ui/src/views/emonitor/db/index.vue
@@ -1,6 +1,6 @@
-
首页
+ 电表
diff --git a/psdc-ui/src/views/emonitor/drgl/index.vue b/psdc-ui/src/views/emonitor/drgl/index.vue
new file mode 100644
index 0000000..b0937e1
--- /dev/null
+++ b/psdc-ui/src/views/emonitor/drgl/index.vue
@@ -0,0 +1,16 @@
+
+
+
电热锅炉
+
+
+
+
+
+
+
diff --git a/psdc-ui/src/views/emonitor/frdl/index.vue b/psdc-ui/src/views/emonitor/frdl/index.vue
new file mode 100644
index 0000000..a3dc3a2
--- /dev/null
+++ b/psdc-ui/src/views/emonitor/frdl/index.vue
@@ -0,0 +1,16 @@
+
+
+
发热电缆
+
+
+
+
+
+
+
diff --git a/psdc-ui/src/views/emonitor/kqyrb/index.vue b/psdc-ui/src/views/emonitor/kqyrb/index.vue
new file mode 100644
index 0000000..cfe175e
--- /dev/null
+++ b/psdc-ui/src/views/emonitor/kqyrb/index.vue
@@ -0,0 +1,16 @@
+
+
+
空气源热泵
+
+
+
+
+
+
+
diff --git a/psdc-ui/src/views/emonitor/sp/index.vue b/psdc-ui/src/views/emonitor/sp/index.vue
new file mode 100644
index 0000000..d356c8b
--- /dev/null
+++ b/psdc-ui/src/views/emonitor/sp/index.vue
@@ -0,0 +1,16 @@
+
+
+
沙盘
+
+
+
+
+
+
+
diff --git a/psdc-ui/src/views/emonitor/wdcgq/index.vue b/psdc-ui/src/views/emonitor/wdcgq/index.vue
new file mode 100644
index 0000000..93eb00b
--- /dev/null
+++ b/psdc-ui/src/views/emonitor/wdcgq/index.vue
@@ -0,0 +1,16 @@
+
+
+
温度传感器
+
+
+
+
+
+
+
diff --git a/psdc-ui/src/views/emonitor/xrgl/index.vue b/psdc-ui/src/views/emonitor/xrgl/index.vue
new file mode 100644
index 0000000..477883d
--- /dev/null
+++ b/psdc-ui/src/views/emonitor/xrgl/index.vue
@@ -0,0 +1,16 @@
+
+
+
蓄热锅炉
+
+
+
+
+
+
+
diff --git a/psdc-ui/src/views/error/404.vue b/psdc-ui/src/views/error/404.vue
index e7ee815..988af14 100644
--- a/psdc-ui/src/views/error/404.vue
+++ b/psdc-ui/src/views/error/404.vue
@@ -17,7 +17,7 @@
对不起,您正在寻找的页面不存在。尝试检查URL的错误,然后按浏览器上的刷新按钮或尝试在我们的应用程序中找到其他内容。
-
+
返回首页
diff --git a/psdc-ui/src/views/system/cl/index.vue b/psdc-ui/src/views/system/cl/index.vue
new file mode 100644
index 0000000..dd0f1cb
--- /dev/null
+++ b/psdc-ui/src/views/system/cl/index.vue
@@ -0,0 +1,16 @@
+
+
+
策略管理
+
+
+
+
+
+
+
diff --git a/psdc-ui/src/views/system/tactics/index.vue b/psdc-ui/src/views/system/tactics/index.vue
new file mode 100644
index 0000000..dd0f1cb
--- /dev/null
+++ b/psdc-ui/src/views/system/tactics/index.vue
@@ -0,0 +1,16 @@
+
+
+
策略管理
+
+
+
+
+
+
+