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.
21 lines
317 B
21 lines
317 B
<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>
|
|
|