修复:解决隐私政策查看问题;解决积分支付bug;

This commit is contained in:
2025-12-04 15:16:30 +08:00
parent 871eecb889
commit a7360e6459
6 changed files with 21 additions and 11 deletions

View File

@@ -86,7 +86,7 @@
const sysStore = useSysStore()
// 默认头像
const defaultAvatar = '/static/home_icon.png'
const defaultAvatar = '/static/logo.png'
// 用户信息
const userInfo = computed(() => userStore.userInfo)