mall-app-t/pages/index/index.vue

21 lines
477 B
Vue

<template>
<pb-layout
title="首页"
navbar="normal"
tabbar="/pages/index/index"
:bgStyle="bgStyle"
opacityBgUi="bg-white"
color="black"
>
</pb-layout>
</template>
<script setup>
const bgStyle = {
backgroundImage:
'http://101.43.181.163:9001/mall-backend/24dd085ca57fbfaa27c3e16788237b1d7a95c854c01b5e3e219aad6709bbb748.jpg',
backgroundColor: '',
description: '',
}
</script>