Commit 98a183aab999f2faecaf92509f327a76e6584b5d
1 parent
a8cea196
图片地址优化
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/dresserList/dresserList.vue
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | <!--标题--> | 3 | <!--标题--> |
| 4 | <textTitleBox :titles="null"></textTitleBox> | 4 | <textTitleBox :titles="null"></textTitleBox> |
| 5 | <div class="item_box"> | 5 | <div class="item_box"> |
| 6 | - <img class="head_portrait" src="/static/img/1.png" alt="网家家"/> | 6 | + <img class="head_portrait" src="static/img/1.png" alt="网家家"/> |
| 7 | <div class="user_info"> | 7 | <div class="user_info"> |
| 8 | <div class="name"> | 8 | <div class="name"> |
| 9 | 冯提莫 | 9 | 冯提莫 |
| @@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
| 12 | 冯提莫描述 | 12 | 冯提莫描述 |
| 13 | </div> | 13 | </div> |
| 14 | </div> | 14 | </div> |
| 15 | - <img class="arrow_right" src="/static/img/icon_arrow_right.png" alt="网家家"/> | 15 | + <img class="arrow_right" src="static/img/icon_arrow_right.png" alt="网家家"/> |
| 16 | </div> | 16 | </div> |
| 17 | </div> | 17 | </div> |
| 18 | </template> | 18 | </template> |