Skip to content

Commit 5ad7014

Browse files
committed
fix: use variable for images root
1 parent 715a261 commit 5ad7014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/images/ImageUploader.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default {
7575
components: { Modal },
7676
setup(props, { emit }) { //, { emit }) {
7777
/* View Methods */
78-
const imageUrl = image => 'http://localhost:8080' + image.url
78+
const imageUrl = image => window.images_local_root + image.url
7979
8080
const uploadFile = (e) => {
8181
v.hover = false

0 commit comments

Comments
 (0)