修改webview

This commit is contained in:
xuli3099
2025-08-20 13:54:53 +08:00
parent d0f29a4b71
commit 7868a0447d

View File

@@ -7,10 +7,9 @@
</template> </template>
<script setup> <script setup>
import { ref,onMounted,getCurrentInstance } from 'vue'; import { ref,getCurrentInstance } from 'vue';
import { onLoad,onReady,onBackPress } from '@dcloudio/uni-app'; import { onLoad,onBackPress } from '@dcloudio/uni-app';
const { proxy } = getCurrentInstance();
let windowInfo = ref(null);
let url = ref(''); let url = ref('');
let title = ref(''); let title = ref('');
onLoad(async(opt) => { onLoad(async(opt) => {