去掉offer派插件test和www不同环境域名的通信隔离
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ export default createStore<RootState>({
|
||||
inviteCode: '',
|
||||
showMemberAccessDialog: false,
|
||||
/** 通信桥接组件的域名标识(用于 BroadcastChannel 频道隔离) */
|
||||
bridgeDomain: 'www.offerpai.com.cn',
|
||||
bridgeDomain: 'offerpai.com.cn',
|
||||
/** 浏览器插件是否在线 */
|
||||
plugIsOnline: false,
|
||||
/** 插件当前使用版本 */
|
||||
|
||||
Reference in New Issue
Block a user