<template> <web-view :src="url"></web-view> </template> <script> export default { data() { return { url:"", } }, onShow(){ this.url = uni.getStorageSync("mintor") } } </script> <style> </style>