<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>