浏览代码

Merge pull request #463 from mlsjla/master

Update index.vue
奇淼(piexlmax 3 年之前
父节点
当前提交
0573b04e2e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      web/src/components/customPic/index.vue

+ 2 - 2
web/src/components/customPic/index.vue

@@ -33,7 +33,7 @@ export default {
     },
     data(){
         return{
-            path: path,
+            path: path + '/',
         }
     },
     computed:{
@@ -72,4 +72,4 @@ export default {
     height: 80px;
     position: relative;
 }
-</style>
+</style>