diff --git a/src/renderer/src/components/MinApp/WebviewContainer.tsx b/src/renderer/src/components/MinApp/WebviewContainer.tsx index fe13a734..f56cdc08 100644 --- a/src/renderer/src/components/MinApp/WebviewContainer.tsx +++ b/src/renderer/src/components/MinApp/WebviewContainer.tsx @@ -67,7 +67,7 @@ const WebviewContainer = memo( ref={setRef(appid)} style={WebviewStyle} allowpopups={'true' as any} - partition={`persist:webview-${appid}`} + partition="persist:webview" nodeintegration={'true' as any} /> )