export type CommonParamList = { // 通用的 webview 页面 WebView: { // 地址 url: string; // 标题 title?: string; }; // 扫一扫 Scan: undefined; };