From c76922f37ddeeb3344304af453dd2f8befdedb89 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 30 Sep 2025 14:18:00 +0800
Subject: [PATCH] feat: app搭建调整
---
src/pages/map/index.vue | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/src/pages/map/index.vue b/src/pages/map/index.vue
index 298de8b..1fa6657 100644
--- a/src/pages/map/index.vue
+++ b/src/pages/map/index.vue
@@ -6,18 +6,15 @@
<script setup>
onShow(() => {
- console.log(222);
// #ifdef APP-PLUS
- console.log(111);
- plus.screen.lockOrientation("landscape-primary");
+ // plus.screen.lockOrientation("landscape-primary");
// #endif
});
onHide(() => {
- console.log(123123);
// #ifdef APP-PLUS
- plus.screen.lockOrientation("portrait-primary");
+ // plus.screen.lockOrientation("portrait-primary");
// #endif
});
</script>
--
Gitblit v1.9.3