+
-
diff --git a/pages/login/animationpage.vue b/pages/login/animationpage.vue
index 0ff1e2f..080c13a 100644
--- a/pages/login/animationpage.vue
+++ b/pages/login/animationpage.vue
@@ -303,11 +303,11 @@
// })
// }
- // if (index === 3) {
- // uni.navigateTo({
- // url: "/pages/watch/full"
- // })
- // }
+ if (index === 3) {
+ uni.navigateTo({
+ url: "/pages/controlroom/index"
+ })
+ }
if (index == 4) {
let data = filteredMenu(2)[0]
uni.setStorageSync('nuId', data.nuId);
diff --git a/pages/watch/full.vue b/pages/watch/full.vue
index 4e661bd..f7df785 100644
--- a/pages/watch/full.vue
+++ b/pages/watch/full.vue
@@ -25,22 +25,6 @@
-
{
Promise.resolve("./pages/fullcamera.js").then((res) => {
res();
});
+Promise.resolve("./pages/fullcamera.js").then((res) => {
+ res();
+});
Promise.resolve("./app.css.js").then(() => {
});
diff --git a/unpackage/dist/dev/.nvue/pages/camera.js b/unpackage/dist/dev/.nvue/pages/camera.js
index 04100f2..12310ff 100644
--- a/unpackage/dist/dev/.nvue/pages/camera.js
+++ b/unpackage/dist/dev/.nvue/pages/camera.js
@@ -574,7 +574,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
)
]);
}
-const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/camera.nvue"]]);
+const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]);
export {
camera as default
};
diff --git a/unpackage/dist/dev/.nvue/pages/fullcamera.js b/unpackage/dist/dev/.nvue/pages/fullcamera.js
index aab70ef..a0a8c0f 100644
--- a/unpackage/dist/dev/.nvue/pages/fullcamera.js
+++ b/unpackage/dist/dev/.nvue/pages/fullcamera.js
@@ -559,14 +559,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
"div",
{
class: "center-column",
- style: normalizeStyle({ height: $data.isshow ? "500px" : "0px" })
+ style: normalizeStyle({ height: $data.isshow ? "449px" : "0px" })
},
[
createCommentVNode(" 视频播放组件 "),
createVNode(_component_MonitorView, {
ref: "monitor",
init: "5",
- style: { "width": "800px", "height": "500px" },
+ style: { "width": "800px", "height": "450px" },
onOnTel: $options.handleTelEvent,
onOnSnapShot: $options.handleSnapShotEvent,
onOnRecord: $options.handleRecordEvent,
@@ -578,7 +578,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
)
]);
}
-const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]);
+const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]);
export {
fullcamera as default
};