You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
317 B
22 lines
317 B
2 years ago
|
<style lang="scss"> </style>
|
||
|
<template>
|
||
|
<web-view
|
||
|
:webview-styles="{ progress: { color: '#31C888' } }"
|
||
|
:update-title="false"
|
||
|
src="http://v4b5ta9gepbj.ngrok.xiaomiqiu123.top/amap.html">
|
||
|
</web-view>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
data() {
|
||
|
return {
|
||
|
|
||
|
}
|
||
|
},
|
||
|
methods: {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
</script>
|