Browse Source

Update index.vue

修复生产环境部署后,图片路径错误,错误细节: 图路径会变为 /apiuploads/file...  而实际需要的是 /api/uploads/file...
main
mlsjla 3 years ago
committed by GitHub
parent
commit
88c6f56f4a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      web/src/components/customPic/index.vue

4
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>
Loading…
Cancel
Save