fix(WebviewContainer): update webview partition to use a generic identifier

This commit is contained in:
kangfenmao 2025-03-29 19:00:08 +08:00
parent e3ba44fc2c
commit 03a18c1f3b

View File

@ -67,7 +67,7 @@ const WebviewContainer = memo(
ref={setRef(appid)} ref={setRef(appid)}
style={WebviewStyle} style={WebviewStyle}
allowpopups={'true' as any} allowpopups={'true' as any}
partition={`persist:webview-${appid}`} partition="persist:webview"
nodeintegration={'true' as any} nodeintegration={'true' as any}
/> />
) )