Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_web
Project
Project
Details
Activity
Releases
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
张伯涛
cust_web
Commits
32772d71
Commit
32772d71
authored
Mar 07, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改默认头像
parent
39658774
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
avatar.jpg
src/assets/image/avatar.jpg
+0
-0
index.vue
src/views/operationsManagement/article/index.vue
+3
-3
index.vue
src/views/operationsManagement/member/info/index.vue
+2
-2
No files found.
src/assets/image/avatar.jpg
0 → 100644
View file @
32772d71
4.91 KB
src/views/operationsManagement/article/index.vue
View file @
32772d71
...
...
@@ -143,7 +143,7 @@
<div
class=
"item"
>
<div>
<img
v-if=
"form.avatarImg"
class=
"avatarSize"
:src=
"form.avatarImg"
alt=
""
mode=
"aspectFill"
>
<img
v-else
class=
"avatarSize"
src=
"
http://192.168.1.8/static/images/user/defaultAvatar.png'
"
alt=
""
>
<img
v-else
class=
"avatarSize"
src=
"
../../../assets/image/avatar.jpg
"
alt=
""
>
</div>
<div
class=
"center"
>
<
template
>
...
...
@@ -214,7 +214,7 @@
<div
style=
"display: flex; justify-content: space-between; align-items: center;"
class=
"commentHeader"
>
<div
style=
"display: flex; align-items: center;padding-bottom: 10px"
>
<img
v-if=
"comment.avatarUrl"
style=
"margin-top: -40px"
:src=
"comment.avatarUrl"
alt=
""
class=
"avatarSize"
>
<img
v-else
class=
"avatarSize"
style=
"margin-top: -40px"
src=
"
http://192.168.1.8/static/images/user/defaultAvatar.png'
"
alt=
""
>
<img
v-else
class=
"avatarSize"
style=
"margin-top: -40px"
src=
"
../../../assets/image/avatar.jpg
"
alt=
""
>
<div
style=
"padding-left: 10px"
>
<span
style=
"font-size: 15px;font-weight: bold"
>
{{ comment.memCode }}:
</span>
<div
style=
"flex: 1;margin-top: 10px "
>
...
...
@@ -235,7 +235,7 @@
<div
style=
"display: flex; justify-content: space-between; align-items: center;"
class=
"commentHeader"
>
<div
style=
"display: flex; align-items: center;"
>
<img
v-if=
"reply.avatarUrl"
style=
"margin-top: -40px"
:src=
"reply.avatarUrl"
alt=
""
class=
"avatarSize"
>
<img
v-else
class=
"avatarSize"
style=
"margin-top: -40px"
src=
"
http://192.168.1.8/static/images/user/defaultAvatar.png'
"
alt=
""
>
<img
v-else
class=
"avatarSize"
style=
"margin-top: -40px"
src=
"
../../../assets/image/avatar.jpg
"
alt=
""
>
<div
style=
"padding-left: 10px"
>
<span
style=
"font-size: 15px;font-weight: bold"
>
{{ reply.memCode }}:
</span>
<div
style=
"flex: 1;margin-top: 10px "
>
...
...
src/views/operationsManagement/member/info/index.vue
View file @
32772d71
...
...
@@ -23,7 +23,7 @@
:auto-upload=
"true"
>
<img
v-if=
"imageUrl"
:src=
"imageUrl"
class=
"avatar"
alt=
""
>
<img
v-else
class=
"avatar"
src=
"
http://192.168.1.8/static/images/user/defaultAvatar.png'
"
alt=
""
>
<img
v-else
class=
"avatar"
src=
"
../../../../assets/image/avatar.jpg
"
alt=
""
>
</el-upload>
<div
style=
"margin-left: 20px"
>
<img
v-if=
"form.pictureUrls != null && form.pictureUrls.length > 0"
:src=
"form.pictureUrls[0]"
style=
"width: 80px;height: 80px"
alt=
""
>
...
...
@@ -746,7 +746,7 @@ export default {
}
],
showSecretData
:
true
,
memEducationUrl
:
''
,
memEducationUrl
:
''
}
},
computed
:
{
...
...
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