mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 14:04:01 +00:00
Laravel Vapor - Fix error 404 files
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="col-auto">
|
||||
<div class="row d-flex align-items-center">
|
||||
<div class="col">
|
||||
<img src="/images/1688_logo.png" alt="" width="40">
|
||||
<img :src="asset('images/1688_logo.png')" alt="" width="40">
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<div class="fs-14 bold all-caps">1688 Product Search</div>
|
||||
@@ -34,7 +34,7 @@
|
||||
</div>
|
||||
<div class="col-12 m-t-10" v-show="products.length === 0 && !isLoading">
|
||||
<div class="row align-items-center justify-content-center hint-text">
|
||||
<div class="col-4 hint-text"><img src="/images/not-found-illustration.png" class="w-100 hint-text"/></div>
|
||||
<div class="col-4 hint-text"><img :src="asset('images/not-found-illustration.png')" class="w-100 hint-text"/></div>
|
||||
</div>
|
||||
<div class="row text-center">
|
||||
<div class="col">
|
||||
@@ -144,4 +144,4 @@
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user