Commit d7d4bd5ecca3408f9ae1deb8d8c1b7b5914af58b
1 parent
20cd631f
订单图片显示问题
Showing
1 changed file
with
1 additions
and
1 deletions
trash-ui/src/views/gar/order/index.vue
| ... | ... | @@ -403,7 +403,7 @@ export default { |
| 403 | 403 | }) |
| 404 | 404 | }, |
| 405 | 405 | displayImage(url){ |
| 406 | - return null == url|| undefined == url || "" == url?"":process.env.VUE_APP_BASE_API+url; | |
| 406 | + return null == url|| undefined == url || "" == url?"":url; | |
| 407 | 407 | }, |
| 408 | 408 | combnationImagePath(nodes){ |
| 409 | 409 | if(nodes){ | ... | ... |