Laravel Vapor - Fix error 404 files

This commit is contained in:
Dillon Ngo
2024-11-01 06:48:31 +08:00
parent 91f8081b11
commit 9aab5b8a0e
@@ -76,8 +76,8 @@
<!-- Default Recipient Bank from Booking -->
<div class="row align-items-center" v-else>
<div class="col-auto p-r-0">
<img v-if="item.service.id === 4" src="/images/1688_logo.png" alt="" width="40">
<img v-else-if="item.service.id === 11" src="/images/alipay_logo.png" alt="" width="40">
<img v-if="item.service.id === 4" :src="asset('images/1688_logo.png')" alt="" width="40">
<img v-else-if="item.service.id === 11" :src="asset('images/alipay_logo.png')" alt="" width="40">
<div v-else class="padding-5 bg-master-light">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="30" height="30"