修改webview
This commit is contained in:
@@ -7,10 +7,9 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref,onMounted,getCurrentInstance } from 'vue';
|
||||
import { onLoad,onReady,onBackPress } from '@dcloudio/uni-app';
|
||||
const { proxy } = getCurrentInstance();
|
||||
let windowInfo = ref(null);
|
||||
import { ref,getCurrentInstance } from 'vue';
|
||||
import { onLoad,onBackPress } from '@dcloudio/uni-app';
|
||||
|
||||
let url = ref('');
|
||||
let title = ref('');
|
||||
onLoad(async(opt) => {
|
||||
|
||||
Reference in New Issue
Block a user