Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
84c834cd
You need to sign in or sign up before continuing.
Commit
84c834cd
authored
Sep 17, 2025
by
tyyin lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: logo调整&默认头像调整
parent
7c8fd3d6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
sidebar.vue
src/layout/components/sidebar/sidebar.vue
+4
-2
page-narbar.vue
...nal-space/personal-app-setting/components/page-narbar.vue
+1
-1
No files found.
src/layout/components/sidebar/sidebar.vue
View file @
84c834cd
...
...
@@ -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
...
...
src/views/personal-space/personal-app-setting/components/page-narbar.vue
View file @
84c834cd
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment