This commit is contained in:
杨鹏
2025-09-09 22:07:09 +08:00
parent 4e5d687c18
commit 1a1bbec15c
9 changed files with 404 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
<template>
<s-layout title="聊天" tabbar="/pages/index/chat" navbar="custom" :bgStyle="{ color: '#fff' }">
聊天
</s-layout>
</template>
<script setup></script>
<style lang="scss" scoped></style>