Files
meida_applet/pages/index/index.vue
T
2025-09-11 10:43:26 +08:00

12 lines
235 B
Vue

<template>
<view>
<s-layout title="首页" navbar="custom" tabbar="/pages/index/index" :bgStyle="{ color: '#fff' }">
首页
</s-layout>
</view>
</template>
<script setup></script>
<style lang="scss" scoped></style>