diff --git a/components/aigc/chat/NewSessionScreen.vue b/components/aigc/chat/NewSessionScreen.vue index 2ad809b..8a08e47 100644 --- a/components/aigc/chat/NewSessionScreen.vue +++ b/components/aigc/chat/NewSessionScreen.vue @@ -4,7 +4,12 @@ import {useLazyAsyncData} from '#app' const loginState = useLoginState() -const props = defineProps() +const props = defineProps({ + nonBack: { + type: Boolean, + default: false, + }, +}) const emit = defineEmits({ select: (assistant: Assistant | null) => true, cancel: () => true, @@ -58,6 +63,7 @@ const {