Commit 84c834cd authored by tyyin lan's avatar tyyin lan

chore: logo调整&默认头像调整

parent 7c8fd3d6
......@@ -15,7 +15,7 @@ const router = useRouter()
const userStore = useUserStore()
const defaultAvatar = 'https://gsst-poe-sit.gz.bcebos.com/data/20240910/1725952917468.png'
const defaultAvatar = 'https://gsst-poe-sit.gz.bcebos.com/icon/Model%20studio%20single%20logo.png'
const currentMenuValue = ref('')
......@@ -127,7 +127,9 @@ function handleNavigateToEquity() {
<template>
<div class="flex h-full min-h-[300px] flex-col justify-between overflow-y-auto overflow-x-hidden">
<div class="flex flex-1 flex-col overflow-hidden">
<div class="bg-svg-page_logo mx-auto flex h-[50px] w-full shrink-0 bg-contain bg-center bg-no-repeat" />
<div
class="mx-auto mt-[10px] flex h-[50px] w-[70%] shrink-0 bg-[url('https://gsst-poe-sit.gz.bcebos.com/icon/model%20studio%20logo.png')] bg-cover bg-center bg-no-repeat"
/>
<div class="px-3 py-5">
<n-button
......
......@@ -11,7 +11,7 @@ import { fetchPublishApplication } from '@/apis/agent-application'
const { t } = useI18n()
const defaultAvatar = 'https://gsst-poe-sit.gz.bcebos.com/data/20240910/1725952917468.png'
const defaultAvatar = 'https://gsst-poe-sit.gz.bcebos.com/icon/Model%20studio%20single%20logo.png'
interface Emits {
(e: 'changeAgentAppTabKey', value: string): void
......
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