Add sigh
This commit is contained in:
+2
-2
@@ -75,7 +75,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div v-if="brands.length > 0" class="p-3" style="background-color: white; position: relative;
|
||||
<div v-if="brands.length > 0 && false" class="p-3" style="background-color: white; position: relative;
|
||||
z-index: 999;">
|
||||
<div>
|
||||
<el-carousel :interval="5000" type="card" height="300px">
|
||||
@@ -153,7 +153,7 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted(){
|
||||
this.$axios.get(`https://api-asanmarket.iran.liara.run/brands`).then((res)=>{
|
||||
this.$axios.get(`/api/public/brand`).then((res)=>{
|
||||
this.brands = res.data
|
||||
|
||||
})
|
||||
|
||||
@@ -4,6 +4,7 @@ module.exports.rs=(req, res, next) => {
|
||||
res.setHeader('Access-Control-Allow-Headers', 'Content-Type, Authorization, siteuser');
|
||||
res.setHeader('Author', "Mr Swift")
|
||||
res.setHeader('X-Powered-By', "77 114 32 83 119 105 102 116")
|
||||
res.setHeader('X-Develop-By', "77 114 32 83 119 105 102 116")
|
||||
res.setHeader(
|
||||
"Strict-Transport-Security",
|
||||
"max-age=31536000; includeSubDomains; preload"
|
||||
|
||||
Reference in New Issue
Block a user