ajustes para staging
This commit is contained in:
parent
08b43c28d2
commit
a929d27b73
|
@ -60,7 +60,7 @@ module.exports = configure(function (ctx) {
|
||||||
env: {
|
env: {
|
||||||
API: ctx.dev
|
API: ctx.dev
|
||||||
? "http://localhost:9999/api/"
|
? "http://localhost:9999/api/"
|
||||||
: "https://floranet-back.onecommerce.dev/api/",
|
: "https://api-staging.floranet.es/api/",
|
||||||
},
|
},
|
||||||
|
|
||||||
target: {
|
target: {
|
||||||
|
|
|
@ -47,12 +47,11 @@ export default defineComponent({
|
||||||
<template>
|
<template>
|
||||||
<div ref="target" class="vertical-carousel-container" style="min-height: 100dvh">
|
<div ref="target" class="vertical-carousel-container" style="min-height: 100dvh">
|
||||||
<q-carousel navigation-position="right" style="min-height: 100dvh" v-model="slide" navigation autoplay infinite
|
<q-carousel navigation-position="right" style="min-height: 100dvh" v-model="slide" navigation autoplay infinite
|
||||||
animated v-if="!!banners.length" class="custom-carousel">
|
animated v-if="!banners.length" class="custom-carousel">
|
||||||
<q-carousel-slide v-for="(item, i) in banners" :key="i" :name="item.longName" :img-src="item.url">
|
<q-carousel-slide v-for="(item, i) in banners[0]" :key="i" :name="item.longName" :img-src="item.url">
|
||||||
<div class="vertical-carousel-content">
|
<div class="vertical-carousel-content">
|
||||||
<header class="carousel-content-header">
|
<header class="carousel-content-header">
|
||||||
<h1 class="carousel-header-title">
|
<h1 class="carousel-header-title">
|
||||||
{{ item.longName }}
|
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue