feat: 启用排行榜组件并优化微信登录参数
This commit is contained in:
@ -17,7 +17,7 @@
|
|||||||
<!-- 热门图纸 -->
|
<!-- 热门图纸 -->
|
||||||
<PopularDrawings></PopularDrawings>
|
<PopularDrawings></PopularDrawings>
|
||||||
<!-- 排行榜 -->
|
<!-- 排行榜 -->
|
||||||
<!-- <Leaderboard></Leaderboard> -->
|
<Leaderboard></Leaderboard>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@ -105,6 +105,7 @@ export default defineStore('useUserStore', {
|
|||||||
const res = await socialLoginByCode({
|
const res = await socialLoginByCode({
|
||||||
openId: row.openId,
|
openId: row.openId,
|
||||||
sceneStr: row.sceneStr,
|
sceneStr: row.sceneStr,
|
||||||
|
type: 32
|
||||||
})
|
})
|
||||||
|
|
||||||
const { code, data } = res
|
const { code, data } = res
|
||||||
|
|||||||
Reference in New Issue
Block a user