Commit 208d2056 authored by nick zheng's avatar nick zheng

fix: 预览与调试应用显示新应用头像

parent eb99234e
......@@ -23,7 +23,9 @@ const useAvatar = computed(() => {
return userStore.userInfo.avatarUrl || 'https://gsst-poe-sit.gz.bcebos.com/data/20240910/1725952917468.png'
})
const assistantAvatar = personalAppConfigStore.baseInfo.agentAvatar
const assistantAvatar = computed(() => {
return personalAppConfigStore.baseInfo.agentAvatar
})
</script>
<template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment