feat: 一些文本的统一处理
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
<script setup>
|
||||
import { ossChengduUrl } from "@/request/base/baseUrl";
|
||||
import { chatGuideSubTitle } from "@/constant/local";
|
||||
|
||||
const props = defineProps({
|
||||
hasMessage: {
|
||||
@@ -36,7 +37,7 @@ const props = defineProps({
|
||||
// 副标题
|
||||
subTitle: {
|
||||
type: String,
|
||||
default: '这里什么都没有哦'
|
||||
default: chatGuideSubTitle()
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user