Files
meida_applet/pages/index/chat.vue
T
2025-09-09 22:07:09 +08:00

10 lines
218 B
Vue

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