|
@@ -266,7 +266,10 @@
|
|
|
const { isUsingMiniApp } = useMiniApp();
|
|
|
const { muteVideoLeader } = useRtcSdk();
|
|
|
|
|
|
- const isH5 = browser.getURLParam('platform') === 'h5' || browser.getURLParam('platform') === 'fd';
|
|
|
+ const isH5 =
|
|
|
+ browser.getURLParam('platform') === '4dkankan' ||
|
|
|
+ browser.getURLParam('platform') === 'fd' ||
|
|
|
+ browser.getURLParam('platform') === 'ucenter';
|
|
|
|
|
|
const currentProfileAvatar = computed(() => {
|
|
|
let url = '';
|