diff --git a/src/pages/MainPage/MainArea/Antechamber/MyInput/index.tsx b/src/pages/MainPage/MainArea/Antechamber/MyInput/index.tsx index 58ef77a..9c06c5c 100644 --- a/src/pages/MainPage/MainArea/Antechamber/MyInput/index.tsx +++ b/src/pages/MainPage/MainArea/Antechamber/MyInput/index.tsx @@ -21,10 +21,10 @@ export default function MyInput({ toRoom }: Props) { await toRoom(); dispatch(setInitMsg(`我的高考地点在${provinceName},我选择的科目是${subjectGroup},我的高考分数为${expectedScore}分。我适合哪些学校和专业`)); }; - const handleReadWorld = async () => { - await toRoom(); - dispatch(setInitMsg(`这是我的文档地址https://static-data.ycymedu.com/pdf/663640899633221.pdf,读取它。并给出见解`)) - } + // const handleReadWorld = async () => { + // await toRoom(); + // dispatch(setInitMsg(`这是我的文档地址https://static-data.ycymedu.com/pdf/663640899633221.pdf,读取它。并给出见解`)) + // } return (