10 lines
218 B
Vue
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>
|