fix: 修复获取请求头的错误
This commit is contained in:
parent
00a0ae4dda
commit
39d8bf1bef
@ -736,7 +736,18 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { isInApp } from '../../utils/appBridge.js'
|
import {
|
||||||
|
connectApplication,
|
||||||
|
parseAccessOrigin,
|
||||||
|
parseHeader,
|
||||||
|
setHttpHeaders,
|
||||||
|
isInApp,
|
||||||
|
} from '@/utils/appBridge.js'
|
||||||
|
import {
|
||||||
|
appConnectionManager,
|
||||||
|
isAppConnected,
|
||||||
|
getAppHeaderInfo,
|
||||||
|
} from '@/utils/appConnectionManager.js'
|
||||||
import { computed, onMounted, onUnmounted, ref } from 'vue'
|
import { computed, onMounted, onUnmounted, ref } from 'vue'
|
||||||
import itemCenter from '@/components/WeeklyStar/itemCenter.vue'
|
import itemCenter from '@/components/WeeklyStar/itemCenter.vue'
|
||||||
import TopUser from '@/components/WeeklyStar/topUser.vue'
|
import TopUser from '@/components/WeeklyStar/topUser.vue'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user