PC-20180523CIYM\Administrator hace 6 años
padre
commit
d3219c609a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      2018专题/1808万象物语专题-商务/src/_index.html

+ 1 - 1
2018专题/1808万象物语专题-商务/src/_index.html

@@ -130,7 +130,7 @@
                                 <li :class="['item' + (index + 1)]" v-for="(item,index) in worldList" :key="index">
                                     <p>
                                         <span>{{item.desc}}</span>
-                                        <img :src="isWorldShow ? '../..//' + item.cover : 'http://pub.dwstatic.com/common/img/blank.png'" alt="" />
+                                        <img :src="isWorldShow ? resourceAPI + item.cover : 'http://pub.dwstatic.com/common/img/blank.png'" alt="" />
                                     </p>
                                 </li>
                             </ul>