修改webview
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user