From d085d0504041e29e82b51a6ade1a183149fc9ffa Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期二, 09 九月 2025 16:44:55 +0800
Subject: [PATCH] Merge branch 'master' of http://dh.leon056.com:7499/r/data2/Single_application into ID1956-已签到页面改版
---
src/App.vue | 14 +-------------
1 files changed, 1 insertions(+), 13 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 026a1fa..c67ad8e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,17 +1,5 @@
<script setup lang="ts">
-import { onMounted,onUnmounted } from "vue";
-import deviceView from "./components/deviceView.vue";
-onMounted(()=>{
- console.log(window.plus)
- if (window.plus) {
- plus.screen.lockOrientation('landscape'); // 锁定横屏
- }
-})
-onUnmounted(()=>{
- if (window.plus) {
- plus.screen.unlockOrientation(); // 解锁屏幕方向
- }
-})
+import { ref } from "vue";
</script>
<template>
--
Gitblit v1.8.0