Browse Source
Update index.vue
修复生产环境部署后,图片路径错误,错误细节: 图路径会变为 /apiuploads/file... 而实际需要的是 /api/uploads/file...
main
mlsjla
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
web/src/components/customPic/index.vue
|
@ -33,7 +33,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
data(){ |
|
|
data(){ |
|
|
return{ |
|
|
return{ |
|
|
path: path, |
|
|
|
|
|
|
|
|
path: path + '/', |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
computed:{ |
|
|
computed:{ |
|
@ -72,4 +72,4 @@ export default { |
|
|
height: 80px; |
|
|
height: 80px; |
|
|
position: relative; |
|
|
position: relative; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
|
|
|
|
|
|
</style> |