|
|
@@ -126,7 +126,7 @@ const DeekSeek: React.FC = () => {
|
|
|
// 跳转到其他平台的逻辑,这里使用window.open举例
|
|
|
const userInfo = localStorage.getItem('userInfo');
|
|
|
const tokenParam = userInfo ? "?token=" + JSON.parse(userInfo).token : "";
|
|
|
- window.open('https://llm.jkec.info:11431' + tokenParam, '_blank');
|
|
|
+ window.open('https://llm.jkec.info:11431/deepseek/questionAnswer' + tokenParam, '_blank');
|
|
|
}}
|
|
|
>
|
|
|
建科 • 小智开放平台
|