Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
sheng du
CountingDreams
Commits
b3e4e5d2
Commit
b3e4e5d2
authored
1 year ago
by
sheng du
Browse files
Options
Download
Email Patches
Plain Diff
logo修改
parent
25f7177c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
1 deletion
+8
-1
src/assets/img/logo-admin.png
src/assets/img/logo-admin.png
+0
-0
src/assets/img/logo-user.png
src/assets/img/logo-user.png
+0
-0
src/assets/img/logo.png
src/assets/img/logo.png
+0
-0
src/components/App/AppHeader/index.vue
src/components/App/AppHeader/index.vue
+8
-1
No files found.
src/assets/img/logo-admin.png
0 → 100644
View file @
b3e4e5d2
2.1 KB
This diff is collapsed.
Click to expand it.
src/assets/img/logo-user.png
0 → 100644
View file @
b3e4e5d2
2.05 KB
This diff is collapsed.
Click to expand it.
src/assets/img/logo.png
deleted
100644 → 0
View file @
25f7177c
2.2 KB
This diff is collapsed.
Click to expand it.
src/components/App/AppHeader/index.vue
View file @
b3e4e5d2
<
template
>
<div
class=
"app-header"
>
<div
class=
"header-left"
><img
src=
"@/assets/img/logo.png"
alt=
""
/></div>
<div
class=
"header-left"
>
<img
src=
"@/assets/img/logo-user.png"
v-if=
"userInfo?.type == 1"
alt=
""
/>
<img
src=
"@/assets/img/logo-admin.png"
v-if=
"userInfo?.type == 2"
alt=
""
/>
</div>
<div
class=
"header-right"
>
<span
class=
"welcome"
>
欢迎来到数字空间!
</span>
...
...
This diff is collapsed.
Click to expand it.
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