Commit 98a183aab999f2faecaf92509f327a76e6584b5d

Authored by zhiyangdu
1 parent a8cea196

图片地址优化

src/components/dresserList/dresserList.vue
... ... @@ -3,7 +3,7 @@
3 3 <!--标题-->
4 4 <textTitleBox :titles="null"></textTitleBox>
5 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 7 <div class="user_info">
8 8 <div class="name">
9 9 冯提莫
... ... @@ -12,7 +12,7 @@
12 12 冯提莫描述
13 13 </div>
14 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 16 </div>
17 17 </div>
18 18 </template>
... ...