feat: 启用排行榜组件并优化微信登录参数

This commit is contained in:
wangqiao
2025-10-16 20:13:58 +08:00
parent ab92461635
commit 3265c00fba
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<!-- 热门图纸 --> <!-- 热门图纸 -->
<PopularDrawings></PopularDrawings> <PopularDrawings></PopularDrawings>
<!-- 排行榜 --> <!-- 排行榜 -->
<!-- <Leaderboard></Leaderboard> --> <Leaderboard></Leaderboard>
</div> </div>
</template> </template>

View File

@ -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