diff --git a/pages.json b/pages.json
index 338f3e1..3a1e494 100644
--- a/pages.json
+++ b/pages.json
@@ -116,49 +116,49 @@
}
},
{
- "path": "pages/device/detailAPF",
+ "path": "pages/device/APF/detail",
"style": {
"navigationBarTitleText": "APF设备详情"
}
},
{
- "path": "pages/device/detailDVR",
+ "path": "pages/device/DVR/detail",
"style": {
"navigationBarTitleText": "DVR设备详情"
}
},
{
- "path": "pages/device/recordAPF",
+ "path": "pages/device/APF/record",
"style": {
"navigationBarTitleText": "操作记录"
}
},
{
- "path": "pages/device/recordDVR",
+ "path": "pages/device/DVR/record",
"style": {
"navigationBarTitleText": "操作记录"
}
},
{
- "path": "pages/device/reportAPF",
+ "path": "pages/device/APF/report",
"style": {
"navigationBarTitleText": "告警情况"
}
},
{
- "path": "pages/device/reportDVR",
+ "path": "pages/device/DVR/report",
"style": {
"navigationBarTitleText": "告警情况"
}
},
{
- "path": "pages/device/aboutAPF",
+ "path": "pages/device/APF/about",
"style": {
"navigationBarTitleText": "关于"
}
},
{
- "path": "pages/device/aboutDVR",
+ "path": "pages/device/DVR/about",
"style": {
"navigationBarTitleText": "关于"
}
diff --git a/pages/device/aboutAPF.vue b/pages/device/APF/about.vue
similarity index 100%
rename from pages/device/aboutAPF.vue
rename to pages/device/APF/about.vue
diff --git a/pages/device/APF/IO.vue b/pages/device/APF/comp/IO.vue
similarity index 100%
rename from pages/device/APF/IO.vue
rename to pages/device/APF/comp/IO.vue
diff --git a/pages/device/APF/basic.vue b/pages/device/APF/comp/basic.vue
similarity index 100%
rename from pages/device/APF/basic.vue
rename to pages/device/APF/comp/basic.vue
diff --git a/pages/device/APF/oscillogram.vue b/pages/device/APF/comp/oscillogram.vue
similarity index 100%
rename from pages/device/APF/oscillogram.vue
rename to pages/device/APF/comp/oscillogram.vue
diff --git a/pages/device/APF/power.vue b/pages/device/APF/comp/power.vue
similarity index 100%
rename from pages/device/APF/power.vue
rename to pages/device/APF/comp/power.vue
diff --git a/pages/device/APF/xieBo.vue b/pages/device/APF/comp/xieBo.vue
similarity index 100%
rename from pages/device/APF/xieBo.vue
rename to pages/device/APF/comp/xieBo.vue
diff --git a/pages/device/detailAPF.vue b/pages/device/APF/detail.vue
similarity index 94%
rename from pages/device/detailAPF.vue
rename to pages/device/APF/detail.vue
index c1cbc3d..eb038df 100644
--- a/pages/device/detailAPF.vue
+++ b/pages/device/APF/detail.vue
@@ -42,11 +42,11 @@
+
\ No newline at end of file
diff --git a/pages/device/DVR/ganjiedian.vue b/pages/device/DVR/comp/ganjiedian.vue
similarity index 100%
rename from pages/device/DVR/ganjiedian.vue
rename to pages/device/DVR/comp/ganjiedian.vue
diff --git a/pages/device/DVR/comp/nibian.vue b/pages/device/DVR/comp/nibian.vue
new file mode 100644
index 0000000..fb3b93e
--- /dev/null
+++ b/pages/device/DVR/comp/nibian.vue
@@ -0,0 +1,69 @@
+
+
+ 工直流母线电压:458.007V
+ 充放电电流:0.409 A
+ 逆安电压牌率:50.037Hz
+
+
+ 相数
+ 电流(A)
+ 毘流峰值比
+ 相电压(V)
+ 线电压(V)
+ A
+ 20.339
+ 2.447
+ 226.192
+ 391.934
+ B
+ 20.339
+ 2.447
+ 226.192
+ 391.934
+ C
+ 20.339
+ 2.447
+ 226.192
+ 391.934
+ N
+ 14.078
+
+
+
+
+
+ 相数
+ 视在功要(kVA)
+ 有功功类(kW)
+ 无功功率(kVar)
+ 功率園益
+ 226.8
+ 50.0
+ 4.6
+ L2
+ 226.8
+ 50.0
+ 4.6
+ L3
+ 226.8
+ 50.0
+ 4.6
+ N
+ 3.9
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/device/DVR/qita.vue b/pages/device/DVR/comp/qita.vue
similarity index 100%
rename from pages/device/DVR/qita.vue
rename to pages/device/DVR/comp/qita.vue
diff --git a/pages/device/DVR/shuchu.vue b/pages/device/DVR/comp/shuchu.vue
similarity index 100%
rename from pages/device/DVR/shuchu.vue
rename to pages/device/DVR/comp/shuchu.vue
diff --git a/pages/device/DVR/zhuantailiang.vue b/pages/device/DVR/comp/zhuantailiang.vue
similarity index 100%
rename from pages/device/DVR/zhuantailiang.vue
rename to pages/device/DVR/comp/zhuantailiang.vue
diff --git a/pages/device/detailDVR.vue b/pages/device/DVR/detail.vue
similarity index 96%
rename from pages/device/detailDVR.vue
rename to pages/device/DVR/detail.vue
index 331bdf3..70ac0ad 100644
--- a/pages/device/detailDVR.vue
+++ b/pages/device/DVR/detail.vue
@@ -38,7 +38,7 @@
-
\ No newline at end of file
diff --git a/pages/device/DVR/nibian.vue b/pages/device/DVR/nibian.vue
deleted file mode 100644
index e69de29..0000000
diff --git a/pages/device/recordDVR.vue b/pages/device/DVR/record.vue
similarity index 100%
rename from pages/device/recordDVR.vue
rename to pages/device/DVR/record.vue
diff --git a/pages/device/reportDVR.vue b/pages/device/DVR/report.vue
similarity index 100%
rename from pages/device/reportDVR.vue
rename to pages/device/DVR/report.vue
diff --git a/pages/index/comp/indexGongCheng.vue b/pages/index/comp/indexGongCheng.vue
index f4797f3..ec33c16 100644
--- a/pages/index/comp/indexGongCheng.vue
+++ b/pages/index/comp/indexGongCheng.vue
@@ -31,12 +31,12 @@ export default {
methods: {
jump (item) {
if (item % 2) {
- uni.navigateTo({
- url: '/pages/device/detailAPF'
+ uni.navigateTo({
+ url: '/pages/device/APF/detail'
})
} else {
uni.navigateTo({
- url: '/pages/device/detailDVR'
+ url: '/pages/device/DVR/detail'
})
}
},
diff --git a/pages/index/comp/indexYunWei.vue b/pages/index/comp/indexYunWei.vue
index fb5ca2e..76e3a5c 100644
--- a/pages/index/comp/indexYunWei.vue
+++ b/pages/index/comp/indexYunWei.vue
@@ -31,12 +31,12 @@ export default {
methods: {
jump (item) {
if (item % 2) {
- uni.navigateTo({
- url: '/pages/device/detailAPF'
+ uni.navigateTo({
+ url: '/pages/device/APF/detail'
})
} else {
uni.navigateTo({
- url: '/pages/device/detailDVR'
+ url: '/pages/device/DVR/detail'
})
}
},
diff --git a/pages/index/comp/indexZhuYongHu.vue b/pages/index/comp/indexZhuYongHu.vue
index a82fff6..6ffeec9 100644
--- a/pages/index/comp/indexZhuYongHu.vue
+++ b/pages/index/comp/indexZhuYongHu.vue
@@ -31,12 +31,12 @@ export default {
methods: {
jump (item) {
if (item % 2) {
- uni.navigateTo({
- url: '/pages/device/detailAPF'
+ uni.navigateTo({
+ url: '/pages/device/APF/detail'
})
} else {
uni.navigateTo({
- url: '/pages/device/detailDVR'
+ url: '/pages/device/DVR/detail'
})
}
},
diff --git a/pages/index/comp/indexZhuanZhi.vue b/pages/index/comp/indexZhuanZhi.vue
index 1faa500..c8da8af 100644
--- a/pages/index/comp/indexZhuanZhi.vue
+++ b/pages/index/comp/indexZhuanZhi.vue
@@ -42,12 +42,12 @@ export default {
methods: {
jump (item) {
if (item % 2) {
- uni.navigateTo({
- url: '/pages/device/detailAPF'
+ uni.navigateTo({
+ url: '/pages/device/APF/detail'
})
} else {
uni.navigateTo({
- url: '/pages/device/detailDVR'
+ url: '/pages/device/DVR/detail'
})
}
},
diff --git a/pages/index/comp/indexZiYongHu.vue b/pages/index/comp/indexZiYongHu.vue
index 40fb84f..6d6c6e4 100644
--- a/pages/index/comp/indexZiYongHu.vue
+++ b/pages/index/comp/indexZiYongHu.vue
@@ -31,12 +31,12 @@ export default {
methods: {
jump (item) {
if (item % 2) {
- uni.navigateTo({
- url: '/pages/device/detailAPF'
+ uni.navigateTo({
+ url: '/pages/device/APF/detail'
})
} else {
uni.navigateTo({
- url: '/pages/device/detailDVR'
+ url: '/pages/device/DVR/detail'
})
}
},