import { WebView } from '@tarojs/components'; import Toast from '@/utils/toast'; import './index.less'; export default function ProtocolWebview() { return ( Toast.error('加载失败请重试')} /> ); }