修改webview

This commit is contained in:
xuli3099
2025-08-20 13:54:18 +08:00
parent 558b56420b
commit d0f29a4b71

View File

@@ -9,8 +9,6 @@
<script setup>
import { ref,onMounted,getCurrentInstance } from 'vue';
import { onLoad,onReady,onBackPress } from '@dcloudio/uni-app';
import { showAlert } from '@/utils/message.js'
const { proxy } = getCurrentInstance();
let windowInfo = ref(null);
let url = ref('');