feat: 用户头像路径固定
This commit is contained in:
@@ -7,7 +7,6 @@ import { useUserStore } from '@/stores';
|
||||
import { getUserProfilePicture, WECHAT_QRCODE_TYPE } from '@/utils/user.ts';
|
||||
|
||||
const userStore = useUserStore();
|
||||
|
||||
const user = computed(() => userStore.userInfo.user || {});
|
||||
const wechatDialogVisible = ref(false);
|
||||
|
||||
@@ -167,9 +166,8 @@ function bindWechat() {
|
||||
</span>
|
||||
<el-button
|
||||
v-if="!isWechatBound"
|
||||
type="text"
|
||||
size="small"
|
||||
class="bind-btn"
|
||||
type="primary"
|
||||
@click="handleWechatBind"
|
||||
>
|
||||
绑定
|
||||
|
||||
Reference in New Issue
Block a user